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

Syntax

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

Parameters

indexPaths
An array of 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 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