UITableViewDataSource_Extensions.SectionIndexTitles Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[]? SectionIndexTitles(this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SectionIndexTitles : UIKit.IUITableViewDataSource * UIKit.UITableView -> string[]

Parameters

tableView
UITableView

Table view that is displaying the index.

Returns

String[]
Attributes

Applies to