Open rajdhakate opened 4 years ago
Hi! This is currently not supported by the library - it requires some refactoring so each layout function uses an axis modifier. In theory all math should be the same, except flipping the axis and using height instead of width. Not something I currently plan to do, but I’ll happily accept a PR if anyone wants to give it a go.
If you can support iOS13+ only you can use the built in composite layouts to achieve it
Okay. Thank you for early response. For now i think maybe i'll use the traditional collectionview layout. I'll keep this issue open for future.
Hi,
What could be the simplest way to achieve vertical scrolling sections between horizontal scrolling sections.
Thanks for the library.