tableViewcell 删除 多余空格cell下划线

2015-12-16  本文已影响439人  CoderChou

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

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

{

return1;

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

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

上一篇 下一篇

猜你喜欢

热点阅读