UICollectionViewLayout.FinalLayoutAttributesForDisappearingItem Method

Definition

The final layout information for an item that is about to be removed from the UICollectionView.

[Foundation.Export("finalLayoutAttributesForDisappearingItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes FinalLayoutAttributesForDisappearingItem (Foundation.NSIndexPath itemIndexPath);
abstract member FinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.FinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

itemIndexPath
NSIndexPath

Returns

Attributes

Applies to