Compartir a través de


UIPickerView.GetCell(UITableView, NSIndexPath) Método

Definición

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

Parámetros

tableView
UITableView

Vista de tabla que solicita la celda.

indexPath
NSIndexPath

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

Devoluciones

Implementaciones

Atributos

Se aplica a