A simple problem but I can’t find a solution for it:
I have 2 UIViews, one above the other in the same parent view. Both have GestureRecognizers on them but only the top most is receiving the events. How can I make the top most view pass all the gestures he gets to the other UIViews beneath it?
This is how i pass touches…
Subclass the uiview
and add