Partager via


UICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) Méthode

Définition

Cellule au niveau de l’indexPath spécifié.

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

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

indexPath
NSIndexPath

Retours

Implémente

Attributs

S’applique à