Condividi tramite


UITableViewDelegate_Extensions.ShouldIndentWhileEditing Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldIndentWhileEditing(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldIndentWhileEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView

Table view that contains the row.

indexPath
NSIndexPath

Location of the row.

Returns

Attributes

Applies to