I have loaded the image in application's folder that is source but i could not find the code by which i will display that image on UIImageView using button click event.Please help me out for this.
I have used this following code before UIImage *img = [UIImage imageNamed:@"xyz.png"]
but i could not set the UIImageView image to img in the method
Then please help me with code to set the UIImageView image to img in the method i call on my button click.
thanks