3

Currently I am having troubles with a project I am working on.

First of I have this bug. Where the splash screen on iOS 7 is black when I set a splash screen for iOS 7 devices. The tip which I found there (and which works) is to only set splash screens voor iOS 6 and it will fetch those for iOS 7.

However, when doing this the app launches as an 3.5" app on an 4" device on iOS7. (The splash screen is full size).

I have tried using the old methods to have splash screens (e.g with correct naming conventions) and not using the Image Catalogs, but this doesn't change anything.

My settings

What can I do to have and a working splash screen on iOS 7 devices and the correct launch size for those devices?

It might be worth noting that this is a Universal app.

Community
  • 1
  • 1
Matthijn
  • 3,126
  • 9
  • 46
  • 69
  • so what is the size of the splash screen you using? 320x480 or 320x568? are you using storyboards? is you app based on iphone or iPad or universal – Jatin Aug 14 '14 at 15:26
  • Universal, and for the iPhone with 3.5" screen and 4" screen e.g 640*960 and 640*1136. I did fix the problem. I start the app in landscape (and the splash screen works) and my initial controller loads the "real" controller for the app modal without an animation. And that one uses the Landscape only rotation mask. It is a workaround, but it works. – Matthijn Aug 15 '14 at 09:28

1 Answers1

0

Have you tried to use a new project and set all image sizes?

There could be a problem with your Info.plist after changing the splash images many times.

Rivera
  • 10,792
  • 3
  • 58
  • 102