I have 5 UIImageView and one UITapGestureRecognizer, but when I tap on my UIImageView the method set as selector doesn’t work. I’ve already set numberOfTaps as 1, but it doesn’t work. Any ideas?
I have 5 UIImageView and one UITapGestureRecognizer, but when I tap on my UIImageView
Share
UIImageViews default to having user interactions disabled. Make sure you call: