Animate portrait to landscape transitions in three panel mode

This commit is contained in:
Maurice Parker
2019-09-09 16:59:24 -05:00
parent c59584a8f7
commit d80d48916a
3 changed files with 47 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
window = UIWindow(windowScene: scene as! UIWindowScene)
window!.tintColor = AppAssets.netNewsWireBlueColor
window!.rootViewController = coordinator.start()
window!.rootViewController = coordinator.start(for: window!.frame.size)
if let shortcutItem = connectionOptions.shortcutItem {
window!.makeKeyAndVisible()