搜尋

首頁  >  問答  >  主體

ios - 點選UITableView右側索引列無法自動跳轉,請問怎麼破?

如下圖,當我點擊A-Z任何一個字母的時候都無法跳轉,

也實作了下面的方法:

/ return self.sectionTitles;
/}
請問大神怎麼破?

三叔三叔2705 天前921

全部回覆(1)我來回復

  • 仅有的幸福

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

    索引欄點擊方法是這個:

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

    回覆
    0
  • 取消回覆