【发布时间】:2013-10-16 21:29:48
【问题描述】:
我想用一些有趣的动画重新加载 UICollectionView。在 UITableView 中有一个名为reloadSections:withRowAnimation 的方法。
但是在 UICollectionView 中只有reloadSections。
如何自定义 reloadSections 动画?我肯定在 App Store 的应用中看到了这一点。
【问题讨论】:
标签: objective-c animation uicollectionview