//去掉顶部 self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];//CGFLOAT_MIN为无限接近0的浮点数 //去掉底部
self.tableview.tableFooterView =[[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];
//去掉顶部 self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];//CGFLOAT_MIN为无限接近0的浮点数 //去掉底部
self.tableview.tableFooterView =[[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];