如图所示。
我也在使用 SearchDisplayController 来方便搜索。
替代文字 http://img.skitch.com/20100809-c1fqumami2gtg1ytrjikmbcrpf.jpg
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {
if(searching)
return nil;
else
return keys;
}