uiimageview vs uiwebview for display an image in a table row
Hi all,
I have a number variable of images (saved locally) in a tableview.
I thought to use a row for each image.
I was thinking to:
1. display the image as a thumbnail and allow the user to tap on it displaying a full screen image (with zoom functionality)
OR
2. display the image in the row and allow the user to zoom it in place (I don't know if it's possible).
How could I achieve this? Is it better to use in the utableviewcell an uiimageview or a uiwebview (considering the zoom functionality).
Thanks in advance,
Fran
|