UICollectionViewLayout.InitialLayoutAttributesForAppearingSupplementaryElement Method

Definition

Information on the starting layout of a supplementary view that is being inserted into the UICollectionView.

[Foundation.Export("initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes InitialLayoutAttributesForAppearingSupplementaryElement (Foundation.NSString elementKind, Foundation.NSIndexPath elementIndexPath);
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