在UITableView初始化时加上下面代码就可以:
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
效果演示: