UICollectionViewLayout.PrepareForAnimatedBoundsChange(CGRect) Method

Definition

Called prior to animated changes to the bounds or before insertion or deletion of items.

[Foundation.Export("prepareForAnimatedBoundsChange:")]
public virtual void PrepareForAnimatedBoundsChange (CoreGraphics.CGRect oldBounds);
abstract member PrepareForAnimatedBoundsChange : CoreGraphics.CGRect -> unit
override this.PrepareForAnimatedBoundsChange : CoreGraphics.CGRect -> unit

Parameters

oldBounds
CGRect
Attributes

Applies to