Reputation: 646
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?
Upvotes: 0
Views: 77
Reputation: 5552
You don't use the @2x but always refer to the smaller resolution. iOS will choose the @2x version when it is appropriate.
Upvotes: 2