The natural direction for a UICollectionView to scroll when set horizontally is from left to right. Is there any way to reverse this? The simpler the better.
The natural direction for a UICollectionView to scroll when set horizontally is from left
Share
I’m not sure exactly what you mean — if you set the scrolling to horizontal, it scrolls equally well, left and right. If you want it to start it from the right side, you can use this method:
This assumes that you have 1 section, and the array populating the collection view is called theData.