So with the retina displays on iOS I usually have images with twice the size named @2x per apple's guidelines on how to do retina displays. But this naming convention only works with images in the app's bundle which I can't write to.
What is your strategy for pulling down high resolution images from a server?
Should I always just pull down the high res images (say 120x120 for a normal 60x60 image) and slap it into the uiimageview?