I'm making an image gallery view and for each image I create & store a thumbnail of the full size image. I'm making a thumbnail 100x100.
How does this work for the retina display? should I test when creating my thumbnail if the phone has a retina display and save a 200x200 thumbnail or what's the best approach here? If it has retina display save the thumb with a myThumb@2x.png ?
The UIImageViews I roll out in the code are obviously 100x100
How does this work for the retina display? should I test when creating my thumbnail if the phone has a retina display and save a 200x200 thumbnail or what's the best approach here? If it has retina display save the thumb with a myThumb@2x.png ?
The UIImageViews I roll out in the code are obviously 100x100