如下圖,當我點擊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