I have a UICollectionView there is used differently depending on device orientation. The image describe what I have and what I need.
Is it possible to get "Horizontal scrolling as I need it" with default flowlayout or do I need to make customflowlayout(Guide appreciated) or multiple collectionviews?
I solved it using DateFlowLayout. Strange name but it works, with some configurations.
This was my setup to you it(I only used it for the horizontal direction):