- tableView
- Table view that is displaying the index.
Array of titles, for example to display an alphabetized list return an array of strings from "A" to "Z".
The index list appears along the right edge of a table view.
Only tables with the UITableViewStyle.Plain style should implement this property.
Declared in [UITableViewDataSource]
If the returned array contains UITableView.IndexSearch, the corresponding section index will display a magnifying glass icon. If the application developer desires this behavior, UITableView.IndexSearch should typically be the first value in the array.