Compartir a través de


UITableViewController.ShouldIndentWhileEditing Método

Definición

Indica si se debe aplicar sangría a la fila especificada durante una operación de edición.

[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

Parámetros

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a