如下图,当我点击A-Z任何一个字母的时候都无法跳转,
也实现了下面的方法:
(NSArray )sectionIndexTitlesForTableView:(UITableView )tableView
/{
/ return self.sectionTitles;
/}
请问大神怎么破?
仅有的幸福2017-06-24 09:45:07
索引栏点击方法是这个:
-(NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index