I am making an app for iPhone 4 only and my designer files are having resolution of 640*920 .Now I have confused that what is the frame size I have to take when I am making an app.i.e 320*460 or 640*920
Share
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.
Use 320*460.
The device will automatically scale the image to fit the pixels.
It might be a good idea to provide a graphic for 320px*460px and lets call that
foo.pngand then include a grapic for 640px*920px and call that
foo@2x.png. That way if the device is an iPhone 4 or 4s it will automatically use the higher resolution graphic.