return 0.1;//如果為return 0;不是說返回的值是0粗恢,而是默認的值姐仅,可能是10
//段頭高度
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
if (section == 1) {
return 0.1;//如果為return 0;不是說返回的值是0,而是默認的值,可能是10,
}
return 5;
}