[]
Called by the table view to get populate the row at indexPath with a cell view.
public override sealed UITableViewCell GetCell(UITableView tableView, NSIndexPath indexPath)
Type | Name | Description |
---|---|---|
UITableView | tableView | Table view requesting the cell. |
NSIndexPath | indexPath | Location of the row where the cell will be displayed. |
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. |