-2

Normally for Standard and Retina display we create two images Image.png and Image@2x.png and iOS detemines which one to use based on device in the app.

Now, with iPhone5 we have new resolution, so is there any new way to use same method and diplay images with higher resolution specifically for iPhone5?

Jav_Rock
  • 22,059
  • 20
  • 123
  • 164
slonkar
  • 4,055
  • 8
  • 39
  • 63
  • Take a look at to Ben Claytons answer to a similar question http://stackoverflow.com/a/12532527/549592 – SlateEntropy Sep 23 '12 at 22:28
  • possible duplicate of [Images for iphone 5 retina display](http://stackoverflow.com/questions/12532405/images-for-iphone-5-retina-display) – Caleb Sep 25 '12 at 08:54

1 Answers1

1

Just pont to the iPhone 5 friendly image name you want to use. For example, I use images like this: myiPhone5Image-568h.png

WrightsCS
  • 50,551
  • 22
  • 134
  • 186