Search code examples
swifttvosportrait

Create Apple TV Apps in portrait orientation mode


For my business purpose we have to place Apple TV in portrait mode. How can I create an app that have portrait orientation?.


Solution

  • The concept from an SDK perspective does not exist. None of the rotation-related methods from iOS made it over to tvOS, and for a good reason. With that said, there is still a small segment where it could be useful to have your tvOS application being rendered with more vertical than horizontal space. You can read this post for some help.