UICollectionView.IndexPathForCell(UICollectionViewCell) Método

Definição

Retorna o NSIndexPath para o 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

O UICollectionViewCell para o qual o índice é desejado.

Retornos

O NSIndexPath do UICollectionViewCell especificado. Retorna null f a célula não está neste UICollectionView

Atributos

Aplica-se a