ios怎么做到tableviewcell多少随日期改变动态添加

2025-12-18 05:06:39
推荐回答(1个)
回答1:

给cell增加类方法,传递个数据过去,在类方法里面根据数据判断
实现UITableViewDelegate的委托方法
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath