通过设置section的footerView 的高度可完成
-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section
{
return1;
}//该方法会出现一些其他的问题
self.tableView.tableFooterView=[[UIViewalloc]init];//推荐该方法
通过设置section的footerView 的高度可完成
-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section
{
return1;
}//该方法会出现一些其他的问题
self.tableView.tableFooterView=[[UIViewalloc]init];//推荐该方法
本文标题:tableViewcell 删除 多余空格cell下划线
本文链接:https://www.haomeiwen.com/subject/emxgqttx.html
网友评论