How can i specify image name for image view in 4 inch display like for retina size @2x is using with image name? Is there any special way to do this?
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.
There’s no difference for the iPhone 5. It’s retina so it uses the @2x images, but there’s nothing specific apart from the Default-568h@2x.png image you use to tell the operating system you’re supporting the larger screen.
The only difference between the 3.5 and 4 inch iPhone is the size that
[[UIWindow mainWindow] bounds](and related screen size elements) returns.