Last active
April 18, 2018 08:18
-
-
Save zenangst/f5781dcb845d9be9898e5f13729b0fea to your computer and use it in GitHub Desktop.
How to rotate tvOS into portrait mode - Example 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.height, height: UIScreen.main.bounds.width) | |
let window = UIWindow(frame: frame) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment