方法 :
self.myTableView.tableFooterView = [[UIView alloc]init];
或 :
self.myTableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
正常情况下的样子:

去掉多余的线以后的样子:

方法 :
self.myTableView.tableFooterView = [[UIView alloc]init];
或 :
self.myTableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
正常情况下的样子:
去掉多余的线以后的样子:
本文标题:iOS ● 去掉UITableViewCell中多余的线
本文链接:https://www.haomeiwen.com/subject/zmjnjttx.html
网友评论