[UIView performWithoutAnimation:^{
//刷新界面
[self.collectionView reloadData];
//包括加载更多刷新的界面
....
}];
from
http://blog.csdn.net/wujakf/article/details/53515212
[UIView performWithoutAnimation:^{
//刷新界面
[self.collectionView reloadData];
//包括加载更多刷新的界面
....
}];
from
http://blog.csdn.net/wujakf/article/details/53515212
本文标题:解决collectionView刷新时闪屏的bug(隐式动画)
本文链接:https://www.haomeiwen.com/subject/axmldxtx.html
网友评论