Compartir a través de


UICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) Método

Definición

Celda de indexPath especificada.

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
public abstract UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

Parámetros

collectionView
UICollectionView

Vista de colección que originó la solicitud.

indexPath
NSIndexPath

Devoluciones

Implementaciones

Atributos

Se aplica a