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!!!
Any ideas?
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!!!
Any ideas?
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.