UITableView.ReloadSectionIndexTitles 方法

定义

重新加载表视图右边缘的索引栏。

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

注解

使用此方法可在插入或删除节后更新索引,而无需重新加载整个表。

适用于