2

I am working on a Universal app, there is a UIToolbar with the 20x20px icon as images, but I need to switch this to their hi-res counterpart (40x40px) if the device supports retina display, any tips how can I achieve this?

Ricardo Sanchez
  • 4,935
  • 11
  • 56
  • 86

1 Answers1

2

Name the high-res icons with "@2x" and they will automatically be used.

Tim
  • 4,560
  • 2
  • 40
  • 64