I have a splash screen in my app which is working fine other than the fact that the image seems to stretch slightly vertically when loaded.
The image is 320 x 460.
Any idea why the stretch is occurring?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s because the splash screen size should be 320 × 480 (esp. if the status bar is hidden).
(You should also prepare a 640 × 960 one (
Default@2x.png) for iPhone 4. You need to provide 2 or 3 more images if you need to support iPad as well. See http://developer.apple.com/library/ios/#qa/qa2010/qa1588.html for detail.)