Hello everybody. I have an array of image file names. I load the image into uiimageview in a for loop. i have also kept a button on the background of imageview, so that when the thumb image is tapped, the full size image would be shown. I do the operation of loading the full size image on the button click function.
My problem is how would i find the current file name of the thumb image, so that i can load the full size in another imageview?? plz can someone help me?