I want to add a splashscreen within an App that is an iPad-App currently. I succeeding with using different app icons (both for iPhone and iPad), but the splashscreen. Now called "Default-Portrait~iphone.png" but the splashscreen is not being showed. Anyone got a solution for this?
Asked
Active
Viewed 197 times
1 Answers
0
You should just name the file Default.png (and Default@2x.png) and the iPhone version will use it. iPhone doesn't support multiple Default.png orientations like iPad does.

Josh Hudnall
- 1,021
- 8
- 16
-
Thanks, changing the name did the job. – BarryK88 May 26 '12 at 17:59