Questions tagged [launch-screen]
307 questions
4
votes
2 answers
Setting gradient background color to LaunchScreen which will display a logo image at center
I have a requirement to set a Gradient background to the launch screen with a UIImageView in the center which shows the app logo . I tried having a view controller but I realised code will never be invoked.
I need some way to get behaviour as the…

Roopesh85
- 51
- 1
- 1
- 6
4
votes
3 answers
iOS - Some images not showing up in launch screen
Hi we're having a really frustrating moment with the launch screens (note: NOT launch images).
The problem we're having is that some images appear on the launch screen whilst others do not.
The images are contained in a UIImageView and have some…

Widerberg
- 1,118
- 1
- 10
- 24
4
votes
2 answers
Lock LaunchScreen.xib orientation on iPhone 6 Plus
I am using a LaunchScreen.xib to start my app. This xib must works in portrait mode (only!). Anyone knows how can I achieve that with an iPhone 6/6s Plus (they can start the app in landscape)?

Tiago Pereira
- 592
- 1
- 4
- 19
4
votes
1 answer
Launch Screen Storyboard's Image Disappears
I recently changed from launch images to a launch screen storyboard. I debugged the app on my phone, and everything looked great. I made some changes on other areas of the app's code, updated the build number, and installed the new version, but…

user717452
- 33
- 14
- 73
- 149
3
votes
0 answers
Xcode: Add LaunchScreen without Storyboard
I try to add a LaunchScreen in Xcode (Version 14.0.1) without using Storyboard.
I followed the Launch screens in Xcode: All the options explained article Chapter "Using a plist configuration"
1. I added an image asset named "LaunchScreen"
2. In…

PascalS
- 975
- 1
- 16
- 40
3
votes
1 answer
Prevent the launch screen from fading to black on Flutter / Android
I added a launch screen consisting of a PNG image to my Flutter app (Android). There is a very noticeable "fade to black" between the launch screen and the Flutter app being displayed. I'm not talking about a sudden black screen, but the launch…

Magnus
- 17,157
- 19
- 104
- 189
3
votes
2 answers
Launch screen imageView not appearing on iPhone 12 in simulator
I have a launch storyboard set up on my app, and it consists of a basic imageView with a PNG image from my assets catalog that is the same as background throughout the rest of the app.
Everything was working great until the latest update to Xcode.…

Terry B
- 266
- 3
- 11
3
votes
0 answers
Adding LaunchScreen.storyboard change the size of UIScreen.mainScreen
I have an iPad app that works only on a Landscape Full-Screen mode and does not use a LaunchScreen.storyboard.
When AppDelegate.didFinishLaunchingWithOptions is called, the [[UIScreen mainScreen] bounds] always returns (0,0,1024,768), which is…

Ronen
- 31
- 1
3
votes
2 answers
Launch screen not working properly
My application supports both orientation landscape and portrait and here i am using launch screen for splash screen then dragged uiimageview and pined trail, lead, bottom, top...what are all the sizes required to add? should i use image assets? Do i…

karthikeyan
- 3,821
- 3
- 22
- 45
3
votes
3 answers
Accidentally deleted my app launch screen
I deleted the launch screen on the app awhile ago, but now I want one back. How can I create a new one without disrupting my main.storyboard?

Haley
- 31
- 2
3
votes
1 answer
iPhone X Launch Screen Storyboard Align UITabBar to Bottom
I am updating my LaunchScreen.storyboard for the iPhone X (using Xcode 9.1) but cannot get the UITabBar to align to the absolute bottom. The Bottom Layout Guide seems to end at the safe area using the suggested constraints. Does anyone know what…

Slim
- 57
- 7
3
votes
1 answer
Launch Screen Not Updating in Xcode
IDE: Xcode 9.0
My app has an older launch screen that I want to replace with a new one. Trouble is, none of the changes I make to my Launch Screen.storyboard file will show up in Simulator or on devices unless I erase all content and settings…

D. Pratt
- 444
- 8
- 15
3
votes
1 answer
Adding images to Assets.xcassets, won't display on LaunchScreen.storyboard
I am recently having problems displaying images in my LaunchScreen.storyboard. I don't know if this is related or not, but I upgraded to Xcode 9 right before trying to add an Image View. Here are the scenarios that I am trying.
Working:
I can…

Ryan Tensmeyer
- 865
- 10
- 26
3
votes
1 answer
Create .xib launch screen in Xcode 8
I am trying to create launch screen in an older iOS App using Xcode 8. I need .xib launch screen but Xcode is creating Launch Screen.storyboard. Could anyone suggest please.
Thank you in advance.

Yas
- 71
- 1
- 10
3
votes
0 answers
how to load a "Launch Image" from images.xcassets programmatically not a "Image set"
Is there a way to load images from the "Launch Image" inside the images.xcassets programmatically.
This works if the images.xcassets is a "Image set" but not a "Launch Image" anyone know how to get around this?!
self.launchImage =…

K-G
- 2,799
- 4
- 26
- 42