去除UITableView多余行

myTableView.tableFooterView = [[UIView alloc]initWithFrame:CGRectZero];
原文地址:https://www.cnblogs.com/liuchanghong/p/4771274.html