Condividi tramite


UITableViewController.SectionIndexTitles(UITableView) Method

Definition

Returns an array of titles to be displayed as an index on the table view.

[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

Table view that is displaying the index.

Returns

String[]

Implements

Attributes

Applies to