I want to create a CollectionView that is scrollable both horizontally and vertically, but I realized that by default is scrollable only in one direction, how can I do?
Asked
Active
Viewed 197 times
1 Answers
0
If you create a custom layout then you can specify the collectionViewContentSize
of that layout and that is used to determine how the collection view can be scrolled.

Wain
- 118,658
- 15
- 128
- 151
-
I am creating one more layout but I don't succeded because the scroll is always one – Filippo Jul 14 '14 at 09:28
-
You'll need to show the code for what you're doing. – Wain Jul 14 '14 at 09:32