Sdílet prostřednictvím


UITableViewSource.SectionIndexTitles(UITableView) Method

Definition

[Foundation.Export("sectionIndexTitlesForTableView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? SectionIndexTitles(UIKit.UITableView tableView);
[<Foundation.Export("sectionIndexTitlesForTableView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SectionIndexTitles : UIKit.UITableView -> string[]
override this.SectionIndexTitles : UIKit.UITableView -> string[]

Parameters

tableView
UITableView

Returns

String[]
Attributes

Applies to