次の方法で共有


UITableViewController.CustomizeMoveTarget メソッド

定義

ユーザーが選択した場所をオーバーライドするために使用できます。

[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

パラメーター

tableView
UITableView
sourceIndexPath
NSIndexPath
proposedIndexPath
NSIndexPath

戻り値

属性

適用対象