'UICollectionViewCompositionLayout with nested groups
I am trying to build a view that list items and each item has subitems which users can scroll through horizontally (orthogonal scroll).
I know this can be done using a tableview and a horizontal collectionView in each cell, however, I am trying to use the modern UICollectionViewCompositionLayout. Can groups be scrolled through orthogonally or is that only allowed at the section level? Any ideas?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

