CollectionViewPagingLayout
CollectionViewPagingLayout copied to clipboard
Vertical orientation of items
Is it possible to arrange the UICollectionViewCells in a vertical orientation?
Changing the scrollDirection only changes how I interact with the UICollectionView itself.
The items keep being shown from left to right.