Share via


UIDynamicAnimator.GetLayoutAttributesForSupplementaryView Method

Definition

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForSupplementaryView(Foundation.NSString viewKind, Foundation.NSIndexPath viewIndexPath);
[<Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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