I had a working Splash Screen but needed to add a "Loading Screen" to follow the Splash Screen because I plan to use some animation while the app loads. Since I added the Loading Screen, the Splash Screen no longer displays the Splash Image (screen is all black) until the Loading Screen appears on the iOS simulator. Any thoughts?
Interface Builder Document is as follows on the Splash Screen:
Opens in: Latest Xcode (12.0)
Builds for: Deployment Target (13.0)
Use Trait Variations (checked)
Use Safe Area Layout Guides (checked)
Use as Launch Screen (checked)
I've tried the following fixes based on what I found online, without success:
1) Deleting Derived Data (seemed to work once, but then not after that);
2) Erasing all content and settings from Simulator;
3) "General" > App Icons and Launch Images > Launch Screen File is set to "LaunchScreen" (my Splash Screen is titled "LaunchScreen.storyboard");
4) I deleted/reinstalled the app
Any thoughts on why it won't display my Splash Screen?
Interface Builder Document is as follows on the Splash Screen:
Opens in: Latest Xcode (12.0)
Builds for: Deployment Target (13.0)
Use Trait Variations (checked)
Use Safe Area Layout Guides (checked)
Use as Launch Screen (checked)
I've tried the following fixes based on what I found online, without success:
1) Deleting Derived Data (seemed to work once, but then not after that);
2) Erasing all content and settings from Simulator;
3) "General" > App Icons and Launch Images > Launch Screen File is set to "LaunchScreen" (my Splash Screen is titled "LaunchScreen.storyboard");
4) I deleted/reinstalled the app
Any thoughts on why it won't display my Splash Screen?