UITableView.ReloadSectionIndexTitles Method

Definition

Reloads the index bar long the right edge of a table view.

[Foundation.Export("reloadSectionIndexTitles")]
public virtual void ReloadSectionIndexTitles ();
abstract member ReloadSectionIndexTitles : unit -> unit
override this.ReloadSectionIndexTitles : unit -> unit
Attributes

Remarks

Use this method to update the index after inserting or deleting sections, without having to reload the entire table.

Applies to