I am having a hard time trying to figure out what is wrong using UICollectionView and UICollectionViewLayout.
I use UICollectionView and UICollectionViewLayout smoothly, but when I scroll things start to get strange.
Only the initially displayed cells can be seen, and none of the others.
I have verified that collectionView: cellForItemAtIndexPath: gets called and has the adequate data.
But I never see the cells appear on the display.
What could I be doing wrong?
I use UICollectionView and UICollectionViewLayout smoothly, but when I scroll things start to get strange.
Only the initially displayed cells can be seen, and none of the others.
I have verified that collectionView: cellForItemAtIndexPath: gets called and has the adequate data.
But I never see the cells appear on the display.
What could I be doing wrong?