Compartir a través de


UICollectionView.GetLayoutAttributesForItem(NSIndexPath) Método

Definición

Devuelve la información de diseño del objeto especificado UICollectionViewCell.

[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

Parámetros

indexPath
NSIndexPath

que NSIndexPath indica la celda deseada que se va a diseñar.

Devoluciones

Objeto UICollectionViewLayoutAttributes que especifica atributos de diseño. Devuelve null si indexPath especifica un índice no existente.

Atributos

Se aplica a