UITableView隐藏多余的分割线
2017-05-09 本文已影响189人
AnderQZ
添加一行代码:
self.tableView.tableFooterView = [[UIView alloc]init];
OR
self.tableView.tableFooterView = [UIView new];
self.tableView.tableFooterView = [[UIView alloc]init];
OR
self.tableView.tableFooterView = [UIView new];