Поделиться через


UICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) Метод

Определение

Ячейка в указанном indexPath.

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

Параметры

collectionView
UICollectionView

Представление коллекции, из которого был создан запрос.

indexPath
NSIndexPath

Возвращаемое значение

Реализации

Атрибуты

Применяется к