Image problems

I have my app completed, but I am having problems with my images. I have background images, buttons, etc.

How do I manage the images based on iOS device? For example, I provide retina size graphics, but if the user has an older iOS device, or an iPad, the images automatically scale. I thought it has always done it automatically with all my other projects, but for some reason it isn’t doing it now.

The bigger problem I am having is that the images are appearing fuzzy. They look fine in photoshop at size 640x960, but when I test them on the simulator and device, they dont look as clear. I tried doubling the size and scaling down, but for some reason, it appears the same size even without scaling down? How is this possible?

[import]uid: 7116 topic_id: 22163 reply_id: 322163[/import]

Also, if I am in the simulator and I zoom in, the image looks crisp and clear! But if I look at it regular size, its all blurry! [import]uid: 7116 topic_id: 22163 reply_id: 88149[/import]

Take a look at Ghosts VS Monsters sample code for @2x examples, this may be what you are after :slight_smile: [import]uid: 52491 topic_id: 22163 reply_id: 88300[/import]