Compartir a través de


UITableViewRowAction.Create Método

Definición

Crea y devuelve una acción de fila de vista de tabla con el especificado style, titley handler.

[Foundation.Export("rowActionWithStyle:title:handler:")]
public static UIKit.UITableViewRowAction Create (UIKit.UITableViewRowActionStyle style, string title, Action<UIKit.UITableViewRowAction,Foundation.NSIndexPath> handler);
static member Create : UIKit.UITableViewRowActionStyle * string * Action<UIKit.UITableViewRowAction, Foundation.NSIndexPath> -> UIKit.UITableViewRowAction

Parámetros

title
String

Se agregará.

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a