标签:
Q:表视图只需要部分单元格,怎样删除下方多余的空白单元格?
A:代码如下
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section { return [UIView new]; }
iOS表视图常见问题
原文地址:http://www.cnblogs.com/liuliuliu/p/4398843.html