UICollectionView.ReloadSections(NSIndexSet) Method

Definition

Reloads the data in the specified sections of the UICollectionView.

[Foundation.Export("reloadSections:")]
public virtual void ReloadSections (Foundation.NSIndexSet sections);
abstract member ReloadSections : Foundation.NSIndexSet -> unit
override this.ReloadSections : Foundation.NSIndexSet -> unit

Parameters

sections
NSIndexSet

The sections to reload.

Attributes

Remarks

This method reloads all of the elements within the specified sectins. If these elements are visible, the UICollectionView will discard and then redisplay them.

Applies to

See also