UITableView隐藏多余的分割线

2017-05-09  本文已影响189人  AnderQZ

添加一行代码:

self.tableView.tableFooterView = [[UIView alloc]init];

OR

self.tableView.tableFooterView = [UIView new];

上一篇下一篇

猜你喜欢

热点阅读