ios 11 tableView 重新加载另一组数据, 回
2022-10-07 本文已影响0人
失心F
创建tableview的时候
if(@available(iOS11.0, *)) {
tableView.estimatedRowHeight =0;
tableView.estimatedSectionFooterHeight =0;
tableView.estimatedSectionHeaderHeight =0;
tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}