[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1CollectionViewSource-1.GetCell

GetCell Method

GetCell(UICollectionView, NSIndexPath)

Called by the table view to get populate the row at indexPath with a cell view.

Declaration
public override sealed UICollectionViewCell GetCell(UICollectionView collectionView, NSIndexPath indexPath)
Parameters
Type Name Description
UICollectionView collectionView

Table view requesting the cell.

NSIndexPath indexPath

Location of the row where the cell will be displayed.

Returns
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.