tableview 的索引添加不上去!
已经实现这个方法
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView{
return souredata; //返回26个字母
}
返回的数组里面是26个字母但是不显示!求解
tableview 的索引添加不上去!
已经实现这个方法
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView{
return souredata; //返回26个字母
}
返回的数组里面是26个字母但是不显示!求解
设置委托了吗?用debug view hierarchy这玩意看一下,是不是其实已经出来了?只是没显示出来