UITableView选择UITableViewStyleGrouped时 section的高度设置:
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 0.1;
}
不能return 0 否则又会成默认高度 苹果应该是必须要group格式上面留有空间
UITableView选择UITableViewStyleGrouped时 section的高度设置:
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 0.1;
}
不能return 0 否则又会成默认高度 苹果应该是必须要group格式上面留有空间