Search code examples
iosretina-display

iOS Implementing Retina Graphics


When in storyboard, or code, do I use the @2x images or the normal ones in the image/background fields? In other words, does it upscale small graphics or downscale the large ones?


Solution

  • You don't use the @2x but always refer to the smaller resolution. iOS will choose the @2x version when it is appropriate.