UITableView.ReloadSectionIndexTitles メソッド

定義

テーブル ビューの右端のインデックス バーを再読み込みします。

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

注釈

テーブル全体を再読み込みすることなく、セクションの挿入または削除後にインデックスを更新するには、このメソッドを使用します。

適用対象