Primus202
Primus202

Reputation: 646

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?

Upvotes: 0

Views: 77

Answers (1)

rooster117
rooster117

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

Related Questions