tags:

views:

34

answers:

2

Is there an easy way to do that?

A: 

someSubview.userInteractionEnabled = NO;

dontWatchMyProfile
+1  A: 

Override hitTest:withEvent: in UIView to always return self and it will no longer pass touch events to subviews.

willcodejavaforfood