Xcode 6.1 not showing launch image on ios 8.1

4.5k views Asked by At

Recently I updated my Xcode version to 6.1 and ios to 8.1 . Now while launching my app on my iphone 5 its not showing me my launch image instead its showing a blank white screen only.

Selected app and launch image section is shown in image. Please tell me where am I going wrong?

Display image for settings

2

There are 2 answers

3
Rob Sanders On BEST ANSWER

Launch images are now managed in a xib file rather than an xcassests file. This is because there are more devices all with different screen sizes and Xcode has to be able to manage them.

Set up a xib file called LaunchScreen.xib with just one view in it's hierarchy and with no owner. Put your images in that view. Then in the general settings for your iOS target change Lauch Screen File to LaunchScreen.xib

0
Parvendra Singh On

If your Splash Screen not showing in Ios 8.1 then you have to check only for ios 8 or latter just follow this....

1- click on Launch Image Source (Arrow) (You show in screenshot)

2- open Inspector and Check ios 8 or latter.

3- Add our Splash Images accordingly

Thanks