MonoTouch.UIKit
UICollectionView
InsertSections
MonoTouch.UIKit.UICollectionView.InsertSections Method
Creates new sections in the
MonoTouch.UIKit.UICollectionView
, animating as necessary.
Syntax
[MonoTouch.Foundation.Export("insertSections:")]
public virtual
void
InsertSections
(
MonoTouch.Foundation.NSIndexSet
sections)
Parameters
sections
An
MonoTouch.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:
MonoTouch.UIKit
Assembly:
monotouch (in monotouch.dll)
Assembly Versions:
0.0.0.0