Share via


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

반환

특성

적용 대상