[]
Gets the visual element representing an item.
public virtual UICollectionViewCell GetItemCell(UICollectionView collectionView, NSIndexPath indexPath, T item)
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. |
Type | Description |
---|---|
UICollectionViewCell |