Q:表视图只需要部分单元格,怎样删除下方多余的空白单元格?
A:代码如下
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section { return [UIView new]; }
时间: 2024-10-05 15:10:50
Q:表视图只需要部分单元格,怎样删除下方多余的空白单元格?
A:代码如下
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section { return [UIView new]; }