Partager via


UITableViewController.CustomizeMoveTarget Méthode

Définition

Peut être utilisé pour remplacer le choix de l’emplacement de l’utilisateur.

[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

Paramètres

tableView
UITableView
sourceIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Retours

Attributs

S’applique à