I have a horizontal scroll view that contains several view controllers, each of which contains a UIImageView. Inside each view controller, I add the resulting GestureRecognizer tool to ImageView so that I can perform a specific action when the image is tapped / double-tapped.
However, ImageView image gesture remodelers do not seem to be shooting, so selectors are not called.
I guess this might have something to do with Imageview hosted in scrollview, but I'm not sure where to start. Is there anything specific I need to do to make sure that the gesture recognizer is called for each scroll image?
Thanks for your suggestions.
source share