Compartir a través de


UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Método

Definición

Recupera UICollectionViewCell en el índice especificado.

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
override this.GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

Parámetros

collectionView
UICollectionView

Vista de colección administrada por este controlador de vista.

indexPath
NSIndexPath

Ruta de acceso de índice para el elemento afectado.

Devoluciones

UICollectionViewCell administrado por este controlador de vista.

Implementaciones

Atributos

Se aplica a