UIKit.UICollectionView.MoveItem Method
Moves an element from one location to another within the UIKit.UICollectionView, animating as necssary.

Syntax

[Foundation.Export("moveItemAtIndexPath:toIndexPath:")]
public virtual void MoveItem (Foundation.NSIndexPath indexPath, Foundation.NSIndexPath newIndexPath)

Parameters

indexPath
The location of the item to move.
newIndexPath
The new location of the item.

Remarks

If this method is called within the Foundation.NSAction delegate passed to the UICollectionView.PerformBatchUpdates method, the animation will occur simultaneously with those of other manipulations of the UIKit.UICollectionView.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0