UICollectionViewLayout.LayoutAttributesForSupplementaryView Method

Definition

Overloads

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

The attributes for the supplementary view at the specified indexPath.

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

The UICollectionViewLayoutAttributes for the specified supplementary view.

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

The attributes for the supplementary view at the specified indexPath.

public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (UIKit.UICollectionElementKindSection section, Foundation.NSIndexPath indexPath);
member this.LayoutAttributesForSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

indexPath
NSIndexPath

Returns

Applies to

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

The UICollectionViewLayoutAttributes for the specified supplementary view.

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

kind
NSString
indexPath
NSIndexPath

Returns

Attributes

Applies to