Share via


UICollectionViewLayout.FinalLayoutAttributesForDisappearingItem Method

Definition

[Foundation.Export("finalLayoutAttributesForDisappearingItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes FinalLayoutAttributesForDisappearingItem(Foundation.NSIndexPath itemIndexPath);
[<Foundation.Export("finalLayoutAttributesForDisappearingItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.FinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

itemIndexPath
NSIndexPath

Returns

Attributes

Applies to