self.tableView.tableHeaderView = [[UIView alloc]initWithFrame:CGRectMake(0,0,0,0.01)];
self.tableView.sectionFooterHeight =0;
self.tableView.sectionHeaderHeight =0;
self.tableView.tableHeaderView = [[UIView alloc]initWithFrame:CGRectMake(0,0,0,0.01)];
self.tableView.sectionFooterHeight =0;
self.tableView.sectionHeaderHeight =0;
本文标题:iOS tableView去掉表头空白头部
本文链接:https://www.haomeiwen.com/subject/brtfsktx.html
网友评论