2

I have a collectionView with fixed cells size, without any flowLayout classes.

When I scroll quickly, the cell falls down under the previous like this Sometimes!!!

enter image description here

Any ideas?

Fritz
  • 9,987
  • 4
  • 30
  • 49
Rost K.
  • 262
  • 2
  • 14

2 Answers2

2

I once encountered this problem and asked once.Not answered yet by anybody.The workaround what i did is making the CollectionView height adjust such that the cell will be visible properly.Made the height of UICollectionView with +2 pixel than the height of the cell.

Community
  • 1
  • 1
Lithu T.V
  • 19,955
  • 12
  • 56
  • 101
  • I've got this same problem, but the cell increases in size as it approaches the center of the screen so I can't solve it by shrinking down the collectionView around it. – Samuel Apr 03 '13 at 03:42
1

Found a solution here that you don't have to resize your collectionView.

Community
  • 1
  • 1
Samuel
  • 401
  • 2
  • 10