ios retina
note:
I just create test app and test.
So for devices with out retina:
ImageName.png
- For iPhone/iPod
ImageName~ipad.png
-- For iPad
For devices with retina display:
ImageName@2x~ipad.png
-- For iPad
ImageName@2x.png
- For iPhone/iPod
And you can still use @2x if you iPhone high resolution image and iPad high resolution image have the same size.
To load image just use [UIImage imageNamed:@"image.png"];
作者:GangWang
出处:http://www.cnblogs.com/GnagWang/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。