Share via


UICollectionViewLayout.InitialLayoutAttributesForAppearingItem Method

Definition

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

Parameters

itemIndexPath
NSIndexPath

Returns

Attributes

Applies to