标签: ios objective-c uitableview cocoa-touch uikit
Apple的tableView:sectionForSectionIndexTitle:atIndex:文档中有这条信息:
tableView:sectionForSectionIndexTitle:atIndex:
仅对具有节索引列表的表视图实现此方法 - 该列表索引列表只能是以普通样式(UITableViewStylePlain)创建的表视图。
UITableViewStylePlain
(资料来源:http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableViewDataSource_Protocol/Reference/Reference.html)
有人知道为什么吗?我正在创建一个具有分组表视图(UITableViewStyleGrouped)并带有索引的应用程序,它可以正常运行。文档是错误的还是我遗漏了一些明显的东西?
UITableViewStyleGrouped