UIKit.UICollectionView.InsertSections Method
Creates new sections in the UIKit.UICollectionView, animating as necessary.

Syntax

[Foundation.Export("insertSections:")]
public virtual void InsertSections (Foundation.NSIndexSet sections)

Parameters

sections
An Foundation.NSIndexSet indicating the desired insertion locations.

Remarks

Calling this method will trigger a request for layout information from the UICollectionView.CollectionViewLayout. If the result includes visible elements, those elements will be populated via the UICollectionView.DataSource and animated onto the screen.

Requirements

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