Compartir a través de


UITableViewController.CustomizeMoveTarget Método

Definición

Se puede usar para invalidar la elección de ubicación del usuario.

[Foundation.Export("tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:")]
public virtual Foundation.NSIndexPath CustomizeMoveTarget (UIKit.UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath proposedIndexPath);
abstract member CustomizeMoveTarget : UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.CustomizeMoveTarget : UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> Foundation.NSIndexPath

Parámetros

tableView
UITableView
sourceIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a