Compartir a través de


UITableViewDelegate_Extensions.ShouldShowMenu Método

Definición

Si la celda de la rowAtIndexPath especificada debe mostrar un menú de acción.

public static bool ShouldShowMenu (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
static member ShouldShowMenu : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que contiene la fila.

rowAtindexPath
NSIndexPath

Ubicación de la fila que el usuario está seleccionando.

Devoluciones

Se aplica a