In the iPhone music app, selecting Artist, Songs, or Albums presents a tableView with a verticl list of single letters at the righthand side of the UI that enables rapid scr
Implement the delegate methods -sectionIndexTitlesForTableView: and -tableView:sectionForSectionIndexTitle:atIndex:
-sectionIndexTitlesForTableView:
-tableView:sectionForSectionIndexTitle:atIndex:
See the UITableViewDataSource documentation for more info.