美文网首页
修复iOS11 tableView 更新时cell显示错乱问题

修复iOS11 tableView 更新时cell显示错乱问题

作者: 天空是灰色的白 | 来源:发表于2017-11-02 17:41 被阅读0次

    /*~!

    * 解决iOS11 tableView 更新cell错乱问题。

    */

    if (@available(iOS 11, *)) {

    _mytableView.estimatedRowHeight = 0;

    _mytableView.estimatedSectionHeaderHeight = 0;

    _mytableView.estimatedSectionFooterHeight = 0;

    }

    相关文章

      网友评论

          本文标题:修复iOS11 tableView 更新时cell显示错乱问题

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