Поделиться через


UITableViewController.MoveRow(UITableView, NSIndexPath, NSIndexPath) Метод

Определение

Перемещает указанную строку в указанный индекс.

[Foundation.Export("tableView:moveRowAtIndexPath:toIndexPath:")]
public virtual void MoveRow (UIKit.UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
abstract member MoveRow : UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveRow : UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

Параметры

tableView
UITableView
sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
Атрибуты

Применяется к