如果tableView太高,而有数据的cell却只有几行,就会出现多余的线,只需下面一行代码就看去除多余的线:
tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
如果tableView太高,而有数据的cell却只有几行,就会出现多余的线,只需下面一行代码就看去除多余的线:
tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
本文标题:如何去除tableView底部多余的线
本文链接:https://www.haomeiwen.com/subject/maayattx.html
网友评论