Search code examples
iosswiftstoryboardsplash-screenlaunch-screen

Where else can a splash screen come from without a LaunchScreen.storyboard?


What are the different ways to set up a splash screen in Swift?

I have one project in which I am getting the splash screen while executing the project but I don't understand where the splash screen comes from.

I know one way of getting the splash screen is from LaunchScreen.storyboard but in this project there is no splash screen added, even though one is still being shown. I want to know how and where it comes from.


Solution

  • If you create a folder named ‘Splash Screen’ and put your splash image there then it will take the splash screen from there automatically.