Good evening! I have the following problem:
I have a UIView (1) that contains: A UIView (2) and a UIButton (3).
The UIButton is half inside the UIView (1) and half in the UIView (2) (but in the tree it is inside the UIView (1)) and the view is normal but the tap on the top of the button does not work.
Does anyone know how to solve this?