1

I know this question exists in numerous forums, but i did not quite find the right answer. Well I'm working under xcode6.1 and developing a universal app, I added the launchimages to the image assets and in the target->general settings added the launchimage name required, then I launched the app and I got a white screen instead of the image. Am I missing something?

J.G.Sebring
  • 5,934
  • 1
  • 31
  • 42
hemal
  • 17
  • 5
  • If you are using a simulator then , delete the application from it. Quit the simulator. Try running again. Hope it helps!! if your images are configured correctly in all desired sizes and available in bundle. Cross verify it. – NewStackUser Dec 19 '14 at 08:31
  • check this out http://stackoverflow.com/questions/2634898/what-are-the-sizes-used-for-the-ios-application-splash-screen – NewStackUser Dec 19 '14 at 08:41
  • No, I run on the device. But I tried to do that in the simulator too. – hemal Dec 19 '14 at 15:30

1 Answers1

3

Beneath the Launch Images Source is Launch Screen File option. By default it is set to LaunchScreen.xib You need to clear it. Then the xcode will pick Launch images from your image assests

Beneath the Launch Images Source is Launch Screen File option. By default it is set to LaunchScreen.xib You need to clear it. Then the xcode6.1 will pick Launch images from your image assests

Muhammad_Awaab
  • 1,578
  • 13
  • 19