I\'m trying to mimic the behaviour of a table view similar to the iPod app for Artists - it\'s a sectioned table view with a section index on the right, with a search bar at the
Answered my own question, but might be helpful to other beginners:
Update: use the string constant UITableViewIndexSearch string in place of the undocumented string "{search}" - i.e. return it as one of the array items when implementing:
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView
in UITableViewDataSource.