I\'m trying to add subviews to a UIButton. This is working fine right now. But the button isn\'t clickable anymore as soon as I add the subviews.
I use the following
In Swift, test that is you have your UIButton blocked
uibtn.userInteractionEnabled = false uibtn.exclusiveTouch = false