iOS设置UITableView不显示多余的空Cell

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

编程技巧