UICollectionView.MoveItem(NSIndexPath, NSIndexPath) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將元素從某個位置移至 中的 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 同時發生。