Set the stage for your composition to the dimensions of a retina screen on iPhone 5: 640x1136.
When displayed on an iPhone 5, only the upper left corner of the stage will appear. In other words, it will be zoomed in at 2x.
The solution for static images on retina displays is to provide two versions of every image:
- myimage.png
- myimage@2x.png
…and the system will use the higher-dimension version.
But how do I declare that the Edge stage should be hi-res on the retina screen?