[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.GetCell

GetCell Method

GetCell(UITableView, NSIndexPath)

Called by the table view to get populate the row at indexPath with a cell view.

Declaration
public override sealed UITableViewCell GetCell(UITableView tableView, NSIndexPath indexPath)
Parameters
Type Name Description
UITableView tableView

Table view requesting the cell.

NSIndexPath indexPath

Location of the row where the cell will be displayed.

Returns
Type Description
UITableViewCell

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.