UITableView:如何删除索引?

时间:2011-12-11 12:26:17

标签: objective-c cocoa-touch uitableview

我一直在玩教程Core Data Tutorial: How To Use NSFetchedResultsController。如果我向sectionNameKeyPath添加NSFetchedREsultsController,我会得到一个像这样的`UITableView:enter image description here

当我为它提供sectionNameKayPath时,它会在视图的右侧创建一个索引。在我的申请中,章节标题是“星期日11月12日”,“星期六10月12日”等日期。这些值不适合这样的索引。如何从'UITableView'

中删除索引

1 个答案:

答案 0 :(得分:9)

只需从数据源对象中删除sectionIndexTitlesForTableView:tableView:sectionForSectionIndexTitle:atIndex:的实现。没有这些,就不会创建索引。