在UITableView初始化时加上下面代码就可以:
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
效果演示:
iOS UITableView 去除多余切割线
原文:http://www.cnblogs.com/yutingliuyl/p/7112703.html