Search code examples
xcodeiphone-5

developing for iPhone 4 and 5 still need @2x?


if developing for only 3.5 and 4 inch retina screen, do I still need a foo@2x.png? or can I just do foo.png

Thanks


Solution

  • If your app is ONLY for retina displays then you only need the @2x images and not the regular images.