iOS UITableView 去除多余切割线

在UITableView初始化时加上下面代码就可以:

    self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];

效果演示:


原文地址:https://www.cnblogs.com/yutingliuyl/p/7112703.html