如题,collectionView 采用的FlowLayout。我在每次刷新和加载更多的时候,直接将数据添加到array里面,然后[collectionView reloadData]
[collectionView reloadData]
但是这样会闪一下,请问如何让它很自然的把新的数据加进去啊
光阴似箭催人老,日月如移越少年。
加个动画试试?
[UIView animateWithDuration:0.25 animations:^{ [collectionView reloadData] }];
为工程师推荐兼职,详情点我头像
这里有解决方法:http://blog.csdn.net/ylgwhyh/...
加个动画试试?
这里有解决方法:http://blog.csdn.net/ylgwhyh/...