[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1CollectionViewSource-1.GetItemCell

GetItemCell Method

GetItemCell(UICollectionView, NSIndexPath, T)

Gets the visual element representing an item.

Declaration
public virtual UICollectionViewCell GetItemCell(UICollectionView collectionView, NSIndexPath indexPath, T item)
Parameters
Type Name Description
UICollectionView collectionView

The collection view.

NSIndexPath indexPath

Location of the row where the cell will be displayed.

T item

The data item.

Returns
Type Description
UICollectionViewCell