美文网首页
解决iOS11刷新tableview会出现漂移的问题

解决iOS11刷新tableview会出现漂移的问题

作者: 天下只有一个 | 来源:发表于2018-08-02 11:13 被阅读21次

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

            _tableView.estimatedRowHeight = 0;

            _tableView.estimatedSectionHeaderHeight = 0;

            _tableView.estimatedSectionFooterHeight = 0;

        }

    相关文章

      网友评论

          本文标题:解决iOS11刷新tableview会出现漂移的问题

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