IUITableViewDataSource.GetCell(UITableView, NSIndexPath) Method

Definition

Returns a cell that can be inserted at indexPath.

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

Parameters

tableView
UITableView

Table view requesting the cell.

indexPath
NSIndexPath

Location of the row where the cell will be displayed.

Returns

Attributes

Applies to