UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Méthode

Définition

Récupère l’UICollectionViewCell à l’index spécifié.

[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

Paramètres

collectionView
UICollectionView

Vue de regroupement gérée par ce contrôleur d’affichage.

indexPath
NSIndexPath

Chemin d’accès à l’index de l’élément affecté.

Retours

UICollectionViewCell qui est géré par ce contrôleur d’affichage.

Implémente

Attributs

S’applique à