Partager via


UICollectionView.MoveItem(NSIndexPath, NSIndexPath) Méthode

Définition

Déplace un élément d’un emplacement à un autre dans le UICollectionView, en animant en tant que 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

Paramètres

indexPath
NSIndexPath

Emplacement de l’élément à déplacer.

newIndexPath
NSIndexPath

Nouvel emplacement de l’élément.

Attributs

Remarques

Si cette méthode est appelée dans le Action délégué passé à la PerformBatchUpdates(Action, UICompletionHandler) méthode, l’animation se produit simultanément avec celles d’autres manipulations du UICollectionView.

S’applique à