My head is getting stuck here.
I am having One UIView added tap gesture to that view(no of tap=1) On this gesture im calling method - callTap()
Added UIButton as subview to that uiview. this button is having one selector method - callClick()
As I am tapping on button callTap() is getting called instead of callClick()
I want to know reason behind this behavior. And hot to get out of this.