共用方式為


UITableViewDataSource_Extensions.MoveRow 方法

定義

當移動資料列,讓資料來源可以「實作」已在使用者介面中執行的已變更資料列位置時呼叫。 這可確保資料與顯示的內容保持同步。

public static void MoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
static member MoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

參數

This
IUITableViewDataSource

這個擴充方法運作所在的 實例。

tableView
UITableView

包含要移動之資料列的資料表檢視。

sourceIndexPath
NSIndexPath

要移動之資料列的位置。

destinationIndexPath
NSIndexPath

資料列的新位置。

適用於