Compartir a través de


IUITableViewDataSource.GetCell(UITableView, NSIndexPath) Método

Definición

Devuelve una celda que se puede insertar en 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

Parámetros

tableView
UITableView

Vista de tabla que solicita la celda.

indexPath
NSIndexPath

Ubicación de la fila donde se mostrará la celda.

Devoluciones

Atributos

Se aplica a