搜索

首页  >  问答  >  正文

ios - 点击UITableView右侧索引栏无法自动跳转,请问怎么破?

如下图,当我点击A-Z任何一个字母的时候都无法跳转,

也实现了下面的方法:

/ return self.sectionTitles;
/}
请问大神怎么破?

三叔三叔2705 天前920

全部回复(1)我来回复

  • 仅有的幸福

    仅有的幸福2017-06-24 09:45:07

    索引栏点击方法是这个:

    -(NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index

    回复
    0
  • 取消回复