Compartir a través de


UICollectionView.IndexPathForCell(UICollectionViewCell) Método

Definición

Devuelve para NSIndexPath .cell

[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UICollectionViewCell cell);
abstract member IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath

Parámetros

cell
UICollectionViewCell

para UICollectionViewCell el que se desea el índice.

Devoluciones

NSIndexPath del elemento UICollectionViewCell especificado. Devuelve null f la celda no está en este UICollectionView

Atributos

Se aplica a