So early when working with iPhone Retina and non-Retina, I used to handled images as "image.png" and "image@2X.png", and that used to do the trick in handling graphics.
But what I am facing now is that I am no more building for iPhone 3,3g,3gs. That means all images are for retina now, so the question is that how to handle iPhone 5,5c,5s images. As these devices vertical resolution is more than 960 pixels.
Do I need to make two separate image sets for iPhone 4,4s and iPhone 5,5c,5s?