I have a view hierarchy that looks like this.
buttonsView <-- UIView with 1-3 small buttons MKMapView <-- bottom most view
When my buttonsView is shown I still want the user to be able to scroll the MKMapView if the user is NOT touching any of the buttons.
I have tried different combinations of userInteractionEnabled = NO
but nothing helps.