UIDynamicAnimator.GetLayoutAttributesForCell(NSIndexPath) Method

Definition

The layout attributes for a UICollectionView cell.

[Foundation.Export("layoutAttributesForCellAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForCell (Foundation.NSIndexPath cellIndexPath);
abstract member GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForCell : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parameters

cellIndexPath
NSIndexPath

Returns

Attributes

Applies to