我需要在右侧的音乐应用程序和联系人应用程序中实现按字母顺序滚动的帮助。
3477 次
2 回答
1
它记录在这里:填充索引列表
于 2011-11-13T17:54:29.447 回答
0
你需要实现 UITableViewDataSource:
具体来说,回调:
-sectionIndexTitlesForTableView:
-tableView:sectionForSectionIndexTitle:atIndex:
本教程涵盖:
于 2011-11-13T17:58:32.050 回答