JEKScrollableSectionCollectionViewLayout icon indicating copy to clipboard operation
JEKScrollableSectionCollectionViewLayout copied to clipboard

Support for vertical scrolling section with horizontal scrolling sections

Open rajdhakate opened this issue 4 years ago • 2 comments

Hi,

What could be the simplest way to achieve vertical scrolling sections between horizontal scrolling sections.

Thanks for the library.

rajdhakate avatar Apr 13 '20 06:04 rajdhakate

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

joelekstrom avatar Apr 13 '20 08:04 joelekstrom

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.

rajdhakate avatar Apr 15 '20 08:04 rajdhakate