[]
Gets the visual element representing an item.
public virtual UITableViewCell GetItemCell(UITableView tableView, NSIndexPath indexPath, T item)
| Type | Name | Description |
|---|---|---|
| UITableView | tableView | The table view. |
| NSIndexPath | indexPath | Location of the row where the cell will be displayed. |
| T | item | The data item. |
| Type | Description |
|---|---|
| UITableViewCell |