Questions tagged [launch-screen]
307 questions
-1
votes
1 answer
Setting next LaunchScreen during runtime
In my app the background color can be changed. Currently the LaunchScreen is just white and changes to the background color once the app has loaded. Is there any way that I can change the color that the LaunchScreen is going to have the next time…

Hans
- 2,354
- 3
- 25
- 35
-1
votes
2 answers
Swift: Animation code on LaunchScreen
I want to rotate an app logo on my Launch Screen (LaunchScreen.storyboard).
This link helps me in getting the code to rotate an image. However, where can I put this code?
Since there is no class file associated with the Launch Screen, how can I…

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
-2
votes
1 answer
What is the difference between LaunchScreen and Splash Screen?
I'm quite confused about the differences between the two and which one should be used in which occasions.

Jarvis
- 53
- 3
-2
votes
3 answers
Add Launch Screen Image instead of using LaunchScreens.storyboard for iOS
I'm doing my UI for my iOS apps programmatically. The only things that is left is the LaunchScreen.storyboard where I didn't find a way around using it, yet.
Strangely I can't find much about that in the internet.
Is there a way to get rid of it and…

Michael
- 1,030
- 14
- 29
-2
votes
3 answers
LaunchSreen Image not Showing Properly ios
I'm setting a simple image with some constraints on width and height and be centered in parent view in LaunchScreen.Storyboard and its showing it properly and the right position but when I run the Project seem like the image is Squeezed , any Idea…

Mahan
- 147
- 1
- 3
- 14
-4
votes
2 answers
iOS (swift) old launch screen displaying after upgrade the application on iphone 11 , 11 pro , 11 pro max with iOS 13.3
Steps for replicate :
Create demo project in Xcode 11.3.
Add some text on launch screen.
Run Project on iphone (real device) 11, 11 pro , 11 pro max with iOS version 13.3.
When project is compiled and application launched stop the debugging…

Deepraj
- 9
- 1
-4
votes
1 answer
Adding a coded animation in Splash Screen iOS Swift 4
I've been trying to add one of this coded cool animations I found https://iosexample.com/fancy-and-beautiful-loaders-for-you-awesome-apps/ in my launch screen (splash screen) when my app first starts. My intuition was to create a LaunchScreen…

Niccolò Diana
- 119
- 2
- 13