去除 GroupTableview 上的空间

CGRect fram=CGRectMake (0,0,0,CGFLOAT_MIN);

设置tableView.tableHeaderView = [[UIView alloc]initWithFrame:fram]

原文地址:https://www.cnblogs.com/allenChan/p/5317724.html