I would like to insert an image of the splash screen with xcode.

Asked 1 years ago, Updated 1 years ago, 97 views

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

View xcode

ios xcode react-native

2022-09-30 17:45

2 Answers

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."


2022-09-30 17:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.