[]
Called by the table view to get populate the row at indexPath with a cell view.
public override sealed UICollectionViewCell GetCell(UICollectionView collectionView, NSIndexPath indexPath)
Type | Name | Description |
---|---|---|
UICollectionView | collectionView | Table view requesting the cell. |
NSIndexPath | indexPath | Location of the row where the cell will be displayed. |
Type | Description |
---|---|
UICollectionViewCell | An object that inherits from UIKit.UITableViewCell that the table can use for the specified row. Do not return null or an assertion will be raised. |