Reputation: 8050
The full assertion message is:
Assertion failure in -[UICollectionViewData layoutAttributesForItemAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-2380.17/UICollectionViewData.m:485
What can cause this error?
Upvotes: 4
Views: 1698
Reputation: 8050
Not setting the frame of the UICollectionView
can result in this error.
Upvotes: 4