[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.GetItemCell

GetItemCell Method

GetItemCell(UITableView, NSIndexPath, T)

Gets the visual element representing an item.

Declaration
public virtual UITableViewCell GetItemCell(UITableView tableView, NSIndexPath indexPath, T item)
Parameters
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.

Returns
Type Description
UITableViewCell