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?