0

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?

Wain
  • 118,658
  • 15
  • 128
  • 151
Filippo
  • 23
  • 6

1 Answers1

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