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