UICollectionViewLayout.ShouldInvalidateLayoutForBoundsChange(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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