Freigeben über


UICollectionView.MoveItem(NSIndexPath, NSIndexPath) Methode

Definition

Verschiebt ein Element von einer Position an eine andere innerhalb von , die UICollectionViewals neksär animiert wird.

[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

Parameter

indexPath
NSIndexPath

Die Position des zu verschiebenden Elements.

newIndexPath
NSIndexPath

Der neue Speicherort des Elements.

Attribute

Hinweise

Wenn diese Methode innerhalb des Action Delegaten aufgerufen wird, der an die PerformBatchUpdates(Action, UICompletionHandler) -Methode übergeben wird, erfolgt die Animation gleichzeitig mit denen anderer Manipulationen von UICollectionView.

Gilt für: