Invert Scrolling in UICollectionView of tvOS

安稳与你 提交于 2019-12-12 02:38:09

问题


In my tvOS app, I have a UICollectionView. When I scroll from top to bottom on the Siri Remote, it it moves the view down. This is the opposite of how most Collection Views would work. I want it to behave like a trackpad, when you scroll from bottom to top, have it move the collection view down. How can I invert this scrolling behavior?


回答1:


You don't want to move away from Apple TV standards. Your goal in making a tvOS application is not to create an entirely different piece of software, but to make your application feel like an extension of the Apple TV. This creates a better user experience when users open your app and everything behaves just as they expect.



来源:https://stackoverflow.com/questions/34685150/invert-scrolling-in-uicollectionview-of-tvos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!