美文网首页
ios 11 tableView 重新加载另一组数据, 回

ios 11 tableView 重新加载另一组数据, 回

作者: 失心F | 来源:发表于2022-10-07 16:18 被阅读0次

    创建tableview的时候

    if(@available(iOS11.0, *)) {

            tableView.estimatedRowHeight =0;

            tableView.estimatedSectionFooterHeight =0;

            tableView.estimatedSectionHeaderHeight =0;

            tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

        }

    相关文章

      网友评论

          本文标题:ios 11 tableView 重新加载另一组数据, 回

          本文链接:https://www.haomeiwen.com/subject/zayplqtx.html