Launch Screen not displaying iOS 8

user1898829 picture user1898829 · Dec 22, 2014 · Viewed 27.7k times · Source

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 have a LaunchScreen.xib. I've set in my target -> info to use LaunchScreen and not image catalog. I am running iOS 8 and using Xcode 6.1. I tried on all iPhone simulators and iPhone 4s.

I can't think what more info to give than that.

Answer

jaga picture jaga · Mar 8, 2016

For those who are still looking for another answer here's what worked for us:

Our launch xib only contains an imageView in the middle of the view. For some reason the image never showed (but the view was there, checked it with changing the background color).

The solution was to move the image file out of the image catalog and just drop it in the project as a standalone file. Pretty strange considering when we tried other images from the catalog they appeared correctly but not this one. Anyway, I hope this helps someone!