Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a question regarding ScrollView on retina display.

On my iPad app I have added a ScrollView with an ImageView with 768x768. The image.png for the ImageView is 2304x2304 (= 3 x 768x768) so that the customer can zoom-in a bit.

I would like to use the zoomable image.png with same size of 2304x2304 on both iPad with normal and iPad with retina displays.

What happens if I use the app on iPad with retina display if I have not added an image@2x.png?

Will the image.png remain to 2304x2304 or will it be automatically converted to a higher resolution on retina displays?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.