0

I have tried all types changes I could do in my project but when I run my app on simulator , I was not able to get LaunchImage . There is no problem in ios icons .

I have used Assets.xcassets. In ios 8 / xcode 6.3 i was able to do that easily but then I converted my project for xcode 7 (swift 2.0) , from there I was unable to get launchImage . enter image description here enter image description here

Sabhay Sardana
  • 876
  • 1
  • 10
  • 27

1 Answers1

0

The way I would add launch images to an app, would be to add the image to the Images.xcassets folder. Then go to the LaunchScreen.xib file and add a UIImageView to the launch image view. Then select the image you want to use in the attributes inspector.

enter image description here

Edit:

If you want to add images for all devices you can go to the Images.xcassets folder and click on the plus button at the bottom of the lis of images, and select 'New Launch Image`

enter image description here

Caleb Kleveter
  • 11,170
  • 8
  • 62
  • 92