You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a bug when I configure a grid with only small items. Somehow the end of the collectionview is not calculated correctly.
This is the grid scrolled down:
But there are 3 items incorrectly still below the fold. I can see them when I pull the CollectionView up:
My grid has 15 cells and it behaves like this with every number that can be divided by 3. When I add 1 big cell it works. The ViewController is a loaded from a Storyboard.
Any ideas what is wrong?
The text was updated successfully, but these errors were encountered:
Hi, I have a bug when I configure a grid with only small items. Somehow the end of the collectionview is not calculated correctly.
This is the grid scrolled down:
But there are 3 items incorrectly still below the fold. I can see them when I pull the CollectionView up:
My grid has 15 cells and it behaves like this with every number that can be divided by 3. When I add 1 big cell it works. The ViewController is a loaded from a Storyboard.
Any ideas what is wrong?
The text was updated successfully, but these errors were encountered: