MonoTouch.UIKit.UICollectionView.InsertItems Method
Creates new cells in the MonoTouch.UIKit.UICollectionView, animating as necessary.

Syntax

[MonoTouch.Foundation.Export("insertItemsAtIndexPaths:")]
public virtual void InsertItems (MonoTouch.Foundation.NSIndexPath[] indexPaths)

Parameters

indexPaths
An array of MonoTouch.Foundation.NSIndexPaths 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.

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