Condividi tramite


UITableViewController.CustomizeMoveTarget Metodo

Definizione

Può essere usato per eseguire l'override della scelta della posizione dell'utente.

[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

Parametri

tableView
UITableView
sourceIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

Restituisce

Attributi

Si applica a