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?
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...
Your Answer
Think you can help? Login to answer this question!