diff --git a/Scribe/AppDelegate.swift b/Scribe/AppDelegate.swift index 26005e36..c7546e6f 100644 --- a/Scribe/AppDelegate.swift +++ b/Scribe/AppDelegate.swift @@ -66,6 +66,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate { if tabBarController.selectedIndex != 0 { tabBarController.selectedIndex = 0 } + + // Pop to root in Installation tab's navigation controller. + if let navController = tabBarController.viewControllers?[0] as? UINavigationController { + navController.popToRootViewController(animated: false) + } } } diff --git a/Scribe/Base.lproj/AppScreen.storyboard b/Scribe/Base.lproj/AppScreen.storyboard index 9494a822..e2030782 100644 --- a/Scribe/Base.lproj/AppScreen.storyboard +++ b/Scribe/Base.lproj/AppScreen.storyboard @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -128,7 +128,7 @@ - + @@ -236,11 +236,11 @@ - + - + @@ -310,7 +310,7 @@ - + @@ -331,31 +331,31 @@ - + - + - + - + - +