insertItemsAtIndexPaths
で実行するとこのエラーが発生しますUICollectionView
でのアサーションの失敗:
-[UICollectionViewData indexPathForItemAtGlobalIndex:],
/SourceCache/UIKit/UIKit-2372/UICollectionViewData.m:442
2012-09-26 18:12:34.432
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException',
reason: 'request for index path for global index 805306367
when there are only 1 items in the collection view'
チェックしましたが、データソースに含まれている要素は1つだけです。これが発生する可能性がある理由についての洞察はありますか?より多くの情報が必要な場合、私は間違いなくそれを提供することができます。