iOS UICollectionView刷新时闪屏的解决方法
//UICollectionView刷新时闪屏的解决方法
[UIView performWithoutAnimation:^{
//刷新界面
[self.baseCollectreloadData];
}];
iOS UICollectionView刷新时闪屏的解决方法
//UICollectionView刷新时闪屏的解决方法
[UIView performWithoutAnimation:^{
//刷新界面
[self.baseCollectreloadData];
}];
本文标题:iOS UICollectionView刷新时闪屏的解决方法
本文链接:https://www.haomeiwen.com/subject/tnbvrltx.html
网友评论