Share via


UICollectionViewLayout.InitialLayoutAttributesForAppearingSupplementaryElement Method

Definition

[Foundation.Export("initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes InitialLayoutAttributesForAppearingSupplementaryElement(Foundation.NSString elementKind, Foundation.NSIndexPath elementIndexPath);
[<Foundation.Export("initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.InitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

elementKind
NSString
elementIndexPath
NSIndexPath

Returns

Attributes

Applies to