---
title: finalizeAnimatedBoundsChange()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uicollectionviewlayout/finalizeanimatedboundschange()
---

# finalizeAnimatedBoundsChange()

Cleans up after any animated changes to the view’s bounds or after the insertion or deletion of items.

## Declaration

```swift
func finalizeAnimatedBoundsChange()
```

## Discussion

Discussion The collection view calls this method after creating the animations for changing the view’s bounds or after the animated insertion or deletion of items. This method is the layout object’s opportunity to do any cleanup related to those operations. You can also use this method to perform additional animations. Any animations you create are added to the animation block used to handle the insertions, deletions, and bounds changes.

## See Also

### Coordinating animated changes

- [prepare(forAnimatedBoundsChange:)](uikit/uicollectionviewlayout/prepare(foranimatedboundschange:).md)
