UICollectionViewLayout.FinalLayoutAttributesForDisappearingItem 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.
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