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"];

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-12-02
  • 2022-03-04
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-09-28
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案