I have a UIView and several image Views as subview views on UIView. I need to implement this case, "When a image view is touched on the view then other image view touch event will not delivered".
I use the exclusive touch property to the UIView, but when I touch one of the subviews, I touched at the same time, the touch event of the other subviews also deliver the touch event. I also set multi touch disable for all the views.