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

Syntax

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

Parameters

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

Remarks

After deletion, the 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: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0