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;

    }

上一篇 下一篇

猜你喜欢

热点阅读