// tableView右部索引栏

  • (NSArray )sectionIndexTitlesForTableView:(UITableView )tableView
    {
    return @[@"a", @"1", @"啦"];
    }

iOS-UI-UITableView-tableView右部索引栏