UIPickerView.GetCell(UITableView, NSIndexPath) Метод

Определение

Возвращает ячейку, которую можно вставить в indexPath.

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

Параметры

tableView
UITableView

Представление таблицы, запрашивающее ячейку.

indexPath
NSIndexPath

Расположение строки, в которой будет отображаться ячейка.

Возвращаемое значение

Реализации

Атрибуты

Применяется к