1. 程式人生 > >如何去除UITableView多餘的空Cell

如何去除UITableView多餘的空Cell

//不顯示多餘的空Cell
yourTableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
原文地址:http://www.cnblogs.com/jxufelilu-blog/p/5036599.html