MonoTouch.UIKit.UICollectionView.DeleteItems Method
Deletes one or more items from the MonoTouch.UIKit.UICollectionView.

Syntax

[MonoTouch.Foundation.Export("deleteItemsAtIndexPaths:")]
public virtual void DeleteItems (MonoTouch.Foundation.NSIndexPath[] indexPaths)

Parameters

indexPaths
An array of MonoTouch.Foundation.NSIndexPaths specifying the items to be deleted.

Remarks

After deletion, the MonoTouch.UIKit.UICollectionView will animate the layout as needed.

If the application developer wishes to coordinate several updates without individual animations, they can use the UICollectionView.PerformBatchUpdates method.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0