[]
        
(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)
Public Overridable Function GetItemCell(tableView As UITableView, indexPath As NSIndexPath, item As T) As UITableViewCell
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