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

Syntax

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

Parameters

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

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