What you want to do
I would like to insert a splash screen image with xcode.
Problem
However, launch images source is not found.
What should I do?
launch images source is not displayed
ios xcode react-native
As you may have already answered, we have shifted from using Splash images to using LaunchScreen.storyboard to meet the All-screen Support introduced by iOS 13.
Applications using Splash images will no longer be accepted.
I think it's better to use LaunchScreen.storyboard to implement it in the direction of a splash.
Apple announced the following.
"Starting April 30, 2020, new apps must use an Xcode storyboard to provide the app's launch screen.In addition, new apps that run on iPhone must support all iPhone screens and new apps that run on iPad must support all iPad screens."
572 Understanding How to Configure Google API Key
566 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
577 PHP ssh2_scp_send fails to send files as intended
596 GDB gets version error when attempting to debug with the Presense SDK (IDE)
567 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.