美文网首页
解决collectionView刷新时闪屏的bug(隐式动画)

解决collectionView刷新时闪屏的bug(隐式动画)

作者: JackSteven | 来源:发表于2017-08-22 16:40 被阅读0次

    [UIView performWithoutAnimation:^{

    //刷新界面

    [self.collectionView reloadData];

    //包括加载更多刷新的界面

    ....

    }];

    from

    http://blog.csdn.net/wujakf/article/details/53515212

    相关文章

      网友评论

          本文标题:解决collectionView刷新时闪屏的bug(隐式动画)

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