iOS tableView类似电话薄右边的索引搜索

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {

    NSArray *array = @[@"a",@"b",@"c",@"d",@"e"];

    return array;

}

你可能感兴趣的:(iOS tableView类似电话薄右边的索引搜索)