UITableViewDataSource_Extensions.SectionIndexTitles Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] SectionIndexTitles (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member SectionIndexTitles : UIKit.IUITableViewDataSource * UIKit.UITableView -> string[]

Parameters

This
IUITableViewDataSource

The instance on which this extension method operates.

tableView
UITableView

Table view that is displaying the index.

Returns

String[]
Attributes

Applies to