'Declaration Public Overrides NotOverridable Function GetCell( _ ByVal collectionView As UIKit.UICollectionView, _ ByVal indexPath As Foundation.NSIndexPath _ ) As UIKit.UICollectionViewCell
public override UIKit.UICollectionViewCell GetCell( UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath )
Parameters
- collectionView
- Table view requesting the cell.
- indexPath
- Location of the row where the cell will be displayed.
Return Value
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.