UICollectionViewLayout.ShouldInvalidateLayoutForBoundsChange(CGRect) Method

Definition

Whether the new bounds requires a layout update.

[Foundation.Export("shouldInvalidateLayoutForBoundsChange:")]
public virtual bool ShouldInvalidateLayoutForBoundsChange (CoreGraphics.CGRect newBounds);
abstract member ShouldInvalidateLayoutForBoundsChange : CoreGraphics.CGRect -> bool
override this.ShouldInvalidateLayoutForBoundsChange : CoreGraphics.CGRect -> bool

Parameters

newBounds
CGRect

Returns

Attributes

Applies to