项目中只需要头视图, 不需要尾视图 ,但是, 第一个section和第二个section之间的距离比第一个距离顶部的距离大, 使用代理方法, 当设置为0.1的时候最小
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
return 0.1;
}
项目中只需要头视图, 不需要尾视图 ,但是, 第一个section和第二个section之间的距离比第一个距离顶部的距离大, 使用代理方法, 当设置为0.1的时候最小