In my application I added a UIImageview to a UIView and a UIButton added to that UIImageView. That button is not responding to touch events and the action selector is not called. Why?
In my application I added a UIImageview to a UIView and a UIButton added
Share
Because
UIImageViewhas itsuserInteractionEnabledproperty set toNOby default. Set it toYES.