Gesture recognizer and button actions
问题 I have a view hierarchy that looks something like this: UIView (A) UIView > UIImageView UIView > UIView (B) UIView > UIView (B) > Rounded Rect Button UIView > UIView (B) > UIImageView UIView > UIView (B) > UILabel I\'ve attached gesture recognizer(s) to my UIView (B). The problem that i\'m facing is that i don\'t get any actions for the Rounded Rect Button which is inside the UIView (B). The singleTap gesture recognizer captures/overrides the button\'s Touch Up Inside event. How can i make it