I facing some trouble while updating my application to be compatible with 3.5' and 4.0' displays(iPhone 5).When i add graphics(png image) to my view,if the device is 3.5' display everything is showed correctly but when i launch the view in a 4.0' device the image remains the same as 3.5' inch(ex:myimage@2x.png - 640x960px).So how can i change images when the device display is 4.0' so a 640x1136px image would be displayed?
More clearly:
- Display = 320x480px => my image.png
- Display = 640x960px => myimage@2x.png
- Display = 640x1136px => myimage { HOW DO DISCERN THIS RESOLUTION } .png