I have a UIView on top of another view that's using a UITouchGesture. The problem is that the touch events are being recognised in most forward UIView as well as in the UIView in the background. I would like the touch events to only work on the back most view only.
hope that makes sense.
thanks for any help