![]() | How to implement the Retina display in Application? |
|
01 Jun 2012, 06:47
MARK JACKSON (5 posts) |
How to implement the Retina display in Application? |
|
01 Jun 2012, 13:14
Chris Adamson (277 posts) |
It’s mostly taken care of for you. Anytime you use the default UIKit views, you’ll automatically get a retina version. Text is also always rendered at retina resolution. And if you create a custom UIView and override Largely the only thing you have to do that’s special is that if you use PNG or JPEG graphics, you should supply a double-resolution version with a ”@2x” at the end of the name. So, for example in the “AudioRecorderPlayer” example where we have a 60×60 See points versus pixels in Apple’s online docs. |
| You must be logged in to comment |

