black splash screen on iOS
See original GitHub issueI am getting black screen instead of splash screen in iOS. Im not sure what I did wrong. I managed to make it work for android. I am using xcode 9.0.1 There is only example for customizing splashscreen on iOS, and I didn’t understand it. so this is what I did:
In my project on xcode general
under App Icons and Launch Images
I pressed User Asset Catalog
and then pressed Migrate
when prompted.
On Launch Screen File
I deleted the line LaunchScreen
and left it blank. I have no LaunchScreen.xib
. Within the Images.xcassets
there is now the option LaunchImage
, so I dragged splash screen:
can someone help? thanx
Issue Analytics
- State:
- Created 6 years ago
- Comments:13
Top Results From Across the Web
Launch screen is black. | Apple Developer Forums
I am new with Xcode and I'm trying to set up my launch screen. Anytime I add an image or text to it...
Read more >Black screen shown after splash screen - iOS - Stack Overflow
Sounds like you have an initial view controller somewhere that doesn't have a background color. I would recommend going through your storyboard ...
Read more >bug: iOS 14 Black screen always on initial app launch prior to ...
This bug is for the SplashScreen plugin described here. Create an ionic app with capacitor, deploy it on the simulator or physical device:....
Read more >[iOS 14] Screen is black before the splash screen appears
[iOS 14] Screen is black before the splash screen appears · 1. Open project in "Project. · 2. Open Xcode project generated ·...
Read more >Xamarin Forms iOS splash Screen is black on iOS 14.5 and ...
Hi,. I have follow EMc0MPaSwJI++ in order to create a splash screen for iOS and the splash screen is black on iOS 14.5...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I solved it by clearing the
Launch Screen File
field. It contained the name of the xib which i deleted. After clearing it and rebuilding the project, my custom splash screen was shown.I realized the image I was trying to use was way too big. After I reduced the file size of the image I was using for the background of my launch screen, everything worked as expected. Not sure if this is the same issue, but I was getting the black launch screen so perhaps this will help someone else.