- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {spa
NSArray *array = @[@"a",@"b",@"c",@"d",@"e"];3d
return array;orm
}it