You should probably stop using launch images in iOS 8 and use a storyboard or nib/xib.
In Xcode 6, open the
File
menu and chooseNew
⟶File...
⟶iOS
⟶User Interface
⟶Launch Screen
.Then open the settings for your project by clicking on it.
In the
General
tab, in the section calledApp Icons and Launch Images
, set theLaunch Screen File
to the files you just created (this will setUILaunchStoryboardName
ininfo.plist
).
Note that for the time being the simulator will only show a black screen, so you need to test on a real device.
Adding a Launch Screen xib file to your project:
Image may be NSFW.
Clik here to view.
Configuring your project to use the Launch Screen xib file instead of the Asset Catalog:
Image may be NSFW.
Clik here to view.