I would like to have three sections inside a UICollectionView
.
Each section shall display its items in the same row. If the items won't fit on the screen they should still remain in the same row and the user should scroll to right to see them all.
In a nutshell, I would like to prevent the items flow
into next line. Hope it makes sense.
I have found some strange solutions as here. But these don't really work, if you have more than one section.
How can I tackle this problem? Is there a setting on Storyboard or do I have to use a custom Layout afterall?