Basically I have a custom UIButton and this custom button contains subviews. If I add those subviews to my uibutton, then the button stops responding to event changes. I.e if I click on it it doesn't respond to the selector. I have everything set as userInteractionEnabled
. I also tried adding touchbegan and this is working. If I remove those subviews, the UIButton works again.
Any help would be greatly appreciated.
Cheers.