iPad 3 Retina Splash Screen

You must Login before you can answer or comment on any questions.

Hi

I'm trying to get my splash screen to look proper on the new iPad.

Initially, when the app loads the splash screen looks like expected. However, after around two seconds, it seems like the retina-optimized splash screen is replaced by the non-retina-optimized splash screen. It becomes grainy, larger, etc.

Is this a known bug?

This is the following files I've generated in Resources/iphone/:

  • appicon-72.png
  • appicon-72@2x.png
  • appicon-Small-50.png
  • appicon-Small-50@2x.png
  • appicon-Small.png
  • appicon-Small@2x.png
  • appicon.png
  • appicon@2x.png
  • default_app_logo.png
  • default_app_logo@2x.png
  • Default-Landscape.png
  • Default-Landscape@2x.png
  • Default-Portrait.png
  • Default-Portrait@2x.png
  • Default.png
  • Default@2x.png

Can anyone help?

— asked 12 months ago by John Johnson
2 Comments
  • By the way, I'm using the 2.1.0.GA SDK.

    — commented 12 months ago by John Johnson

  • Do you still see the problem? We've seen a glitch that the Default-Landscape@2x.png on the is used properly, and after a second is replaced with a stretched version of the Default-Portrait@2x.png for a few milliseconds, before it changes back to the correct Default-Landscape@2x.png again...

    We're using the latest SDK (2.1.3.GA)

    — commented 8 months ago by Sascha Reuter

1 Answer

Hello John,

Make sure your filename is "Default.png" not "default.png"

On a device it's case sensitive but for some reason it will work in the simulator...

— answered 12 months ago by Ritesh .
answer permalink
7 Comments
  • Plz don't forget to clean build.... clean the full build and run it again...

    Best Luck...

    — commented 12 months ago by Ritesh .

  • Thank you, but it's already camelized :-)

    — commented 12 months ago by John Johnson

  • Refer this Link,

    It will help you...

    — commented 12 months ago by Ritesh .

  • Show 4 more comments

Your Answer

Think you can help? Login to answer this question!