美文网首页
tableViewcell 删除 多余空格cell下划线

tableViewcell 删除 多余空格cell下划线

作者: CoderChou | 来源:发表于2015-12-16 11:11 被阅读439次

通过设置section的footerView 的高度可完成

-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section

{

return1;

}//该方法会出现一些其他的问题

self.tableView.tableFooterView=[[UIViewalloc]init];//推荐该方法

相关文章

网友评论

      本文标题:tableViewcell 删除 多余空格cell下划线

      本文链接:https://www.haomeiwen.com/subject/emxgqttx.html