Share via


UIDynamicAnimator.GetLayoutAttributesForCell(NSIndexPath) Method

Definition

[Foundation.Export("layoutAttributesForCellAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForCell(Foundation.NSIndexPath cellIndexPath);
[<Foundation.Export("layoutAttributesForCellAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

cellIndexPath
NSIndexPath

Returns

Attributes

Applies to