views:

171

answers:

3

Hey,

As an iPhone apps developer, should I take some steps (especially for graphics) to make them look correctly on iPhone 4 "Retina Display" or there is no such an issue?

Thanks for help and time.

+1  A: 

Use vector graphics so everything scales beautifully on every device.

Emyr
+1  A: 

If your not using vector graphics you're going to want to make provide high res versions of all your images, otherwise it will look pants on the new display.

Other than that I don't think you'll need to do much else.

ILMV
+3  A: 

The following page, from the iOS Application Programming Guide, might be an interesting read : Supporting High-Resolution Screens

Pascal MARTIN