I would like to know what is the best way to open an image after clicking on its thumbnail.
I read that one option could be placing a UIButton behind the thumbnail and then resize the image in a new view. Any more ideas? feedback is apreciated.
assuming that you have a full-size image and a thumbnail, what i would do is to change viewcontroller when user tap a thumbnail, so i know what user tapped and display full-size image
assuming that you have a full-size image and a thumbnail, what i would do is to change viewcontroller when user tap a thumbnail, so i know what user tapped and display full-size image