UICollectionView.ReloadItems(NSIndexPath[]) Method

Definition

Reloads the data for the specified elements.

[Foundation.Export("reloadItemsAtIndexPaths:")]
public virtual void ReloadItems (Foundation.NSIndexPath[] indexPaths);
abstract member ReloadItems : Foundation.NSIndexPath[] -> unit
override this.ReloadItems : Foundation.NSIndexPath[] -> unit

Parameters

indexPaths
NSIndexPath[]

The NSIndexPath of the items to be reloaded.

Attributes

Remarks

If the specified elements are visible, the UICollectionView will discard and then redisplay them.

Applies to

See also