【发布时间】:2012-12-07 19:46:46
【问题描述】:
我的应用程序出现此错误:
*** -[UICollectionView _endItemAnimations] 中的断言失败,/SourceCache/UIKit/UIKit-2372/UICollectionView.m:2801
这发生在我的-controllerDidChangeContent: 方法中的这一行:
[self.collectionView performBatchUpdates:^{...}];
有人知道这是什么原因吗?我的代码与https://gist.github.com/4440c1cba83318e276bb 密切相关,我不知所措。
谢谢!
【问题讨论】:
标签: ios ipad ios6 uicollectionview assertions