- 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.