Questions tagged [launch-screen]
307 questions
3
votes
1 answer
image not showing in launchscreen
I have an old project and convert into swift 3. It have simple launch screen storyboard . Launch screen storyboard have an image as logo of company, This image not showing into device but i replace that image with another image , replaced image…

muku
- 39
- 1
- 10
3
votes
2 answers
Image View - Aligning image in centre on all devices on launchscreen
I'm new to iOS development. I'm trying to add logo on launchscreen in centre. I've a background with gradient colour so I've used a png file and stuck it in the background.
Next is logo which I want to centre for all devices.
I've two part…

Matt
- 315
- 2
- 6
- 20
3
votes
2 answers
Unable to set Auto Layout constraints for Launch Screen in Xcode
I am trying to set up a launching screen for my app, but when I add any UI element to the view controller in the launch screen storyboard, I don't see any option for setting constraints like in the main storyboard.
What can be the possible cause?

Mohamed Ali
- 263
- 3
- 13
3
votes
5 answers
Segue from LaunchScreen to a viewController in Main.Storyboard?
I got some logic I want to do in my LaunchScreen, and if the check is alright, I want to segue to a viewController and if not I want to segue to another, is that possible?

Recusiwe
- 1,594
- 4
- 31
- 54
3
votes
1 answer
Launchscreen rotation not working on iPhone 6s and smaller screens
I have a launchscreen storyboard with an ImageView and two labels all with some constraints to align the objects relative to the size of the screen.
When i choose a device with a screensize of an iPhone 6s or smaller in the simulator and rotate…

pcvnes
- 927
- 2
- 15
- 41
3
votes
2 answers
How to display iPad Launchscreen Storyboard in landscape and portrait mode on iOS 9?
I am trying to display Launchscreen storyboard in iPad Air 2 (iOS 9.0).
I have added ImageSet in xcassets and added images with 1X and 2X for iPad.
And referred the ImageSet name in the Launchscreen.storyboard.
I now notice that the Launchscreen…

RosAng
- 1,010
- 2
- 18
- 42
3
votes
1 answer
How do you make a launch/splash screen for android in React-Native?
I've been searching for a while now and I have not found anything on how to add a launch/splash screen to my android app with react-native.
I've seen many examples of how to do this for iOS, but I also need it to work with android. I'd love…

Ryan Wilson
- 1,743
- 3
- 15
- 26
3
votes
0 answers
Launch screen storyboard with multiple scenes
I read somewhere that it's possible to have multiple scenes in launch screen storyboard. How are the other scenes used?

Boon
- 40,656
- 60
- 209
- 315
3
votes
0 answers
Localization of Launch Screen XIB not working properly
In my app i use Launch screen xibs for the splash screens with six different local languages. Localization works fine. App takes proper launch xib for proper language at its time of install, but i changed language after install and launched app…

Britto Thomas
- 2,092
- 1
- 15
- 28
3
votes
1 answer
Meteor: Hold Splash Screen During Wait for Hot Code Push on Mobile Cordova
Would like a Meteor Cordova app to keep the splash screen up while it waits for a hot code push from the server to complete on first run after downloaded of the app from app store. This way, the user would be guaranteed to see/get the current…

user2330237
- 1,629
- 5
- 20
- 39
3
votes
2 answers
Xcode: use LaunchImagesSource instead of LaunchScreenFile
I was previously using a single Launch Screen File, but I would now like to switch to the Launch Images Source, where I can defined the launch screen files for all devices.
I have defined the LaunchImage set, and I have left Launch Screen File…

Daniele B
- 19,801
- 29
- 115
- 173
3
votes
2 answers
Screen is not full after deleting LaunchScreen from Info
I do not need in LaunchScreen, so I have deleted this line from myApp->Info in XCode. But after deleting those line my screen became:
It's not full screen. Do you see black parts? How can I fix it?

Orkhan Alizade
- 7,379
- 14
- 40
- 79
3
votes
0 answers
Use a Launch Screen and Launch Image in Asset Catalog
My app supports iOS7 and iOS8. I want to use the new Launch Screen xibs for iOS8, but since I'm targetting iOS7, I get this warning:
Applications using Launch Screen Files and targetting iOS 7.1 and
earlier need to also include a Launch Image in…

Kenny Wyland
- 20,844
- 26
- 117
- 229
3
votes
2 answers
Removing LaunchScreen.xib from a project
Is it safe to remove LaunchScreen.xib from Xcode 6 project when is not used i.e. Images.xcassets is used instead ?
What is the proper way to remove it ? There is a property in info.plist called Launch screen interface file base name with value…

Whirlwind
- 14,286
- 11
- 68
- 157
2
votes
1 answer
iOS App Crash at launch -> NO_CRASH_STACK -> DYLD 4 Symbol missing
App crashes at launch for some of our live users (NOT TESTFLIGHT).
I have managed to extract the error log. Debugging steps:
Incident Identifier: B1F06CCD-4AAB-402F-9909-11FA7E1C54F3
Hardware Model: iPhone14,3
Process: ***…

TharakaNirmana
- 10,237
- 8
- 50
- 69