解决collectionView刷新时闪屏的bug(隐式动画)
2017-08-22 本文已影响0人
JackSteven
[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