UITableViewController.ShouldIndentWhileEditing 方法

定义

在编辑操作期间是否应缩进指定的行。

[Foundation.Export("tableView:shouldIndentWhileEditingRowAtIndexPath:")]
public virtual bool ShouldIndentWhileEditing (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member ShouldIndentWhileEditing : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldIndentWhileEditing : UIKit.UITableView * Foundation.NSIndexPath -> bool

参数

tableView
UITableView
indexPath
NSIndexPath

返回

属性

适用于