UITableViewDelegate_Extensions.ShouldShowMenu Method

Definition

Whether the cell at the specified rowAtIndexPath should show an action menu.

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

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view containing the row.

rowAtindexPath
NSIndexPath

Location of the row that the user is selecting.

Returns

Applies to