Reverse UICollectionView

I'm building a full screen image gallery, but the default swipe direction to scroll for tvOS is reverse of what you expect in this situation.

Is there a way of building a gallery, that scrolls in the 'correct' direction (If you use the Photos App you see that it reverses the direction in this situation).

Does TVML have a template for this perhaps?

Seen this example?


h t t p : / / www.brianjcoleman.com/tvos-tutorial-video-app-in-swift/

I think you want to use UIPageViewController, which uses a direct-manipulation model for swiping between full-screen view controllers.

Reverse UICollectionView
 
 
Q