UITableViewDelegate_Extensions.ShouldIndentWhileEditing Method

Definition

Whether the cell at the specified indexPath should be indented while it is being edited.

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

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view that contains the row.

indexPath
NSIndexPath

Location of the row.

Returns

Applies to