I know this is an issue with UICollectionView and not your Layout, but is there a way to use horizontal scroll with your layout and get the data to show up like this:
[0] [1] [2] | [6] [7] [8]
[3] [4] [5] | [9]
instead of:
[0] [2] [4] | [6] [8]
[1] [3] [5] | [7] [9]
I know this is an issue with UICollectionView and not your Layout, but is there a way to use horizontal scroll with your layout and get the data to show up like this:
[0] [1] [2] | [6] [7] [8]
[3] [4] [5] | [9]
instead of:
[0] [2] [4] | [6] [8]
[1] [3] [5] | [7] [9]