MonoTouch.UIKit.UICollectionView.MoveSection Method
Moves a section from one location to another within the MonoTouch.UIKit.UICollectionView, animating as necessary.

Syntax

[MonoTouch.Foundation.Export("moveSection:toSection:")]
public virtual void MoveSection (int section, int newSection)

Parameters

section
The index of the section to move.
newSection
The new index of thesection.

Remarks

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

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0