ios - Clicking on the index bar on the right side of UITableView cannot jump automatically. How can I solve this problem?
三叔
三叔 2017-06-24 09:43:07
0
1
913

As shown below, when I click on any letter from A-Z, it cannot jump,

also implements the following methods:

  • (NSArray )sectionIndexTitlesForTableView:(UITableView )tableView
    /{

/ return self.sectionTitles;
/}
Could you please tell me how to solve this problem?

三叔
三叔

reply all(1)
仅有的幸福

The method to click on the index bar is this:

-(NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template