In my application, i created imageView dynamically for each image and i have placed them in a scrollview.
How to generate an event to perform navigation action by clicking each image?
In my application, i created imageView dynamically for each image and i have placed
Share
Quick and easy to implement
And an
UITapGestureRecognizerto theUIImageViewusingaddGestureRecognizer.Now the following is triggered when the view is tapped:
Alternative solution