共用方式為


UICollectionView.MoveItem(NSIndexPath, NSIndexPath) 方法

定義

將元素從某個位置移至 中的 UICollectionView 另一個位置,以動畫顯示為 necssary。

[Foundation.Export("moveItemAtIndexPath:toIndexPath:")]
public virtual void MoveItem (Foundation.NSIndexPath indexPath, Foundation.NSIndexPath newIndexPath);
abstract member MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

參數

indexPath
NSIndexPath

要移動的專案位置。

newIndexPath
NSIndexPath

專案的新位置。

屬性

備註

如果在傳遞至 PerformBatchUpdates(Action, UICompletionHandler) 方法的 Action 委派內呼叫這個方法,動畫將會與 的其他操作 UICollectionView 同時發生。

適用於