Questions tagged [launch-screen]
307 questions
10
votes
4 answers
iPhone X: Incorrect launch-screen orientation used
I am testing image launch-screens on the iPhone X and ran into a strange behavior. So I'd like to request some feedback before opening a radar:
I created a portrait and landscape launch-screen with the dimensions 1125 x 2436 Pixel (portrait) and…

Hans Knöchel
- 11,422
- 8
- 28
- 49
10
votes
1 answer
Target-specific launch screen
I have an existing iOS app with a single target and a corresponding LaunchScreen.storyboard.
In the same Xcode project I have created a new target (e.g newtarget) by duplicating the initial one. I also have created a new launch screen…

sdabet
- 18,360
- 11
- 89
- 158
10
votes
4 answers
Show version of app in launch screen with Swift
Scenario
I want to show the version of my iOS 9 app made with Swift.
What I did
I know how to get the version (let version: String = NSBundle.mainBundle().infoDictionary!["CFBundleShortVersionString"] as! String)
I also have a custom label on my…

Tobonaut
- 2,245
- 2
- 26
- 39
10
votes
1 answer
Launch Screen storyboard clipped by "In-Call" status bar
I have a simple launch screen storyboard. It's a UINavigationController with a UITableViewController as its root. It simply shows the correct UITitleBar for the application.
When I launch with the larger in-call style status bar, the launch screen's…

Benjohn
- 13,228
- 9
- 65
- 127
10
votes
2 answers
Xcode | Why use a launch screen file over launch images source?
As far as I can tell these are two similar ways to do the same thing. If a launch screen file doesn't offer any advantages over a launch images source then why did Apple offer it? What am I missing?

Jacksonkr
- 31,583
- 39
- 180
- 284
9
votes
1 answer
iOS: Update launch screen dynamically
I've designed a launch screen using story board. It's supposed to have 3 images. 2 of these are static, where as, i need to update one at run time (after downloading that from server).
My understanding is that we can not add code for launch screen…

Fayza Nawaz
- 2,256
- 3
- 26
- 61
8
votes
2 answers
Why is there a white screen before the actual launch screen appears in iOS simulator
I created a flutter app and then added a launch screen with XCode by using a storyboard. My launch screen contains a background image that is aligned to the bottom and a centered logo. Now every time I start the app, there is a white screen before…

Mark
- 3,389
- 2
- 28
- 52
8
votes
2 answers
How to display launch image
I'm a very new to iOS.
My Xcode version is 7.2.1 and I'm trying to run on iOS9 using Swift.
My problem is that I'm very confused with how I should be creating the Launch Screen Image.
I found that there are many ways of creating the launch screen…

May Phyu
- 895
- 3
- 23
- 47
8
votes
3 answers
Launch screen is black when set to a storyboard file
I am using a storyboard to get the correct height of a navigation bar in my launch image.
However, after customizing the view controller a bit, it now displays a black screen instead of a launch image.
When I set it to a brand new view controller,…

Senseful
- 86,719
- 67
- 308
- 465
8
votes
2 answers
launch screen xib not displaying imageview correctly
I'm using a launch screen xib and I can't get the image within the UIImageView to appear. Currently, I have a UILabel with the imageView placed right below the label and also centered horizontally. I set all the constraints for the imageView but…

Brosef
- 2,945
- 6
- 34
- 69
7
votes
1 answer
Launch screen storyboard for multiple devices and different orientations in iOS
My application supports all devices from 4 inch onwards in both orientations.
iPhone - 5, 5S, 5C, 6, 6S, 6+, 6S+, SE
iPad 4, iPad Air, iPad Air2, iPad Pro etc
Using asset catalog for launch screen its working fine but in iPad Pro app displays…

Srivathsa
- 606
- 10
- 34
7
votes
2 answers
Custom animation in Launch Screen
I have created a new project in Xcode 7 using Swift. I noticed that the launch screen is stored in the storyboard file.
So I think if it could be customised by referring it to my CustomLauchScreenViewController. However, when I set the custom class…

chipbk10
- 5,783
- 12
- 49
- 85
6
votes
1 answer
Updating app store error - Launch storyboard not found
My app has been in the app store for 6 months and I am now trying to publish an update and I am getting an error when I validate the app.
Launch storyboard not found. Make sure you specify the launch storyboard filename without a filename extension…
user7748962
6
votes
2 answers
iPad Pro. Disable native 2732‑by‑2048 resolution
Need to disable the iPad Pro native 2732‑by‑2048 resolution for my app.
I found that it was auto activated if the app use a Launch Screen(LaunchScreen.storyboard).
Is there a way to disable iPad Pro and continue to use Launch Screen.
(I'm surprise…

Franck
- 8,939
- 8
- 39
- 57
6
votes
4 answers
Internal error. Please file a bug at bugreport.apple.com and attach
Getting this errors when i build the application
Main.storybord: Internal error. Please file a bug at bugreport.apple.com and attach "/var/folders/v5/4tnjcvds103g1y3tf1mnfv680000gn/T/IB-agent-diagnostics_2015-10-30_11-30-47_678000".
And
…

Chandan Reddy
- 221
- 1
- 5
- 19