Linked Questions
10 questions linked to/from UIImageView missing images in Launch Screen on device
969 votes
21 answers
357k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
23 votes
18 answers
30k views
Launch Screen not displaying iOS 8
I'm trying to get the Launch screen to display instead I get the default black screen. I remember I've had this issue in the past and is something really silly but I can't remember what it is. I ...
40 votes
4 answers
21k views
Using custom fonts with Xcode 6 / iOS 8 Interface Builder Launch Screen
I'm using Xcode 6’s new interface builder-based launch images, and am running into an issue. I created a new interface builder file by selecting New File, Launch Screen, which created a .xib file in ...
14 votes
1 answer
3k views
iOS 10 Launch Screen Bug
My Device and Simulator seem to be caching the launch screen for my app! I have deleted the original Launch Screen.storyboard and created my own XIB and swift files called "StartingPointView.xib" and ...
5 votes
2 answers
4k views
Xcode launch image for different targets
I've created different Targets in my Xcode project to version my app for different clients. Each client uses different xcassets, one for each target. This way I can have different images with the same ...
1 vote
1 answer
6k views
The launch screen image not showing up on my ios app on the device
I have an ios app but am trying to add a launch image to the start. I am testing on an old ios 6 phone (which I think is the retina 4.7). I added the launch image in assets catalog like I then have ...
1 vote
2 answers
2k views
How to setup launch Screen for universal correctly?
I have no idea how to solve my launch screen for iPad. I purposely created a new project which supports for universal. Same image name but it works for new project but my old project its not ...
2 votes
2 answers
2k views
ImageView not showing on launch screen
I've created two launch screens now trying to get this to work. The launch screen is simply a company logo in the middle and then a copyright notice at the bottom. The copyright notice always show ...
6 votes
0 answers
799 views
LaunchScreen not loading embedded image on Xamarin.iOS
I am working on a Xamarin.iOS app. We have an issue where our LaunchScreen sometimes do not load the image we are displaying in it. The bug is very transient and it only happens sometimes to certain ...
0 votes
1 answer
66 views
LaunchScreen in simulator for iPhone 6 differs with physical iPhone 6
I have an issue where the launchscreen of my Swift / iOS app differs when running it on the Simulator for an iPhone 6 and on an actual device itself. On the simulator all objects are shown and ...