tableView显示第一个cell有偏移问题

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section {
    return 0.01;
}

不明觉厉 tableView的代理返回分区头视图高度为0.01可以解决

原文地址:https://www.cnblogs.com/xs514521/p/5956564.html