I'm stuck. I am using a set of UIImageViews, each one should do something when the user taps on it. I used touchesBegan which worked out fine. However, after introducing some swipe detection I wanted to change the code using UITapGestureRecognizer. What I got so far:
Christian