From 01ed9d62a66f647755fd7968e354845f3efd96a8 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sat, 19 Mar 2022 13:28:04 +1100 Subject: Storyboard is GONE Note - I had to fo into the Target settings -> Info -> Custom iOS Target Properties -> adjust the Application Scene Manifest there. Resources: - https://ioscoachfrank.com/remove-main-storyboard.html - https://stackoverflow.com/questions/25167458/changing-navigation-title-programmatically --- foray/Info.plist | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'foray/Info.plist') diff --git a/foray/Info.plist b/foray/Info.plist index dd3c9af..d790da0 100644 --- a/foray/Info.plist +++ b/foray/Info.plist @@ -9,16 +9,7 @@ UISceneConfigurations UIWindowSceneSessionRoleApplication - - - UISceneConfigurationName - Default Configuration - UISceneDelegateClassName - $(PRODUCT_MODULE_NAME).SceneDelegate - UISceneStoryboardFile - Main - - + -- cgit