UIKit.UICollectionView.CellForItem Method
Returns the UIKit.UICollectionViewCell at the specified Foundation.NSIndexPath.

Syntax

[Foundation.Export("cellForItemAtIndexPath:")]
public virtual UICollectionViewCell CellForItem (Foundation.NSIndexPath indexPath)

Parameters

indexPath
The Foundation.NSIndexPath indicating the section and item index of the desired UIKit.UICollectionViewCell.

Returns

The UIKit.UICollectionViewCell corresponding to the indexPath parameter. If there is no corresponding UIKit.UICollectionViewCell, the function returns null.

Remarks

 

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0