UIDynamicAnimator.GetLayoutAttributesForSupplementaryView Method

Definition

The layout attributes for a UICollectioNView supplementary view.

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

Parameters

viewKind
NSString
viewIndexPath
NSIndexPath

Returns

Attributes

Applies to