From 7e238a0d070655f7c0400fec4bbaebe4f3536aa7 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 4 Oct 2022 19:48:39 -0500 Subject: [PATCH] Add the ability to use full screen on the iPad in landscape --- iOS/SceneDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/SceneDelegate.swift b/iOS/SceneDelegate.swift index 402f822ef..0eb98e50a 100644 --- a/iOS/SceneDelegate.swift +++ b/iOS/SceneDelegate.swift @@ -28,6 +28,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate, Logging { coordinator = SceneCoordinator(rootSplitViewController: rootViewController) rootViewController.coordinator = coordinator rootViewController.delegate = coordinator + rootViewController.showsSecondaryOnlyButton = true coordinator.restoreWindowState(session.stateRestorationActivity)