0

I didn't want to introduce an asset catalog. So I added images in Info-plist (as specified in this answer). It works, the native resolution of iPhone 6 (&plus) are recognised, but I have a problem :

it shows first the startup screen Default-667h@2x.png and then briefly shows Default-Portrait@2x~iphone.png. Very ugly...

Any idea?

Community
  • 1
  • 1
Samuel
  • 5,439
  • 6
  • 31
  • 43

1 Answers1

0

Try to add "~iPad" (without quotes) at the end of names of launch images for iPads. So you should have files: Default-Portrait@2x~iPad.png Default-Portrait~iPad.png