UICollectionViewController.GetCell(UICollectionView, NSIndexPath) Method

Definition

Retrieves the UICollectionViewCell at the specified index.

[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

Parameters

collectionView
UICollectionView

Collection view managed by this view controller.

indexPath
NSIndexPath

Index path for the affected item.

Returns

The UICollectionViewCell that is managed by this view controller.

Implements

Attributes

Applies to