I created a storyboard that contains some big buttons. For a specific reason I have to put another smaller button and a label over each big button. I would like to make it so that the smaller button and the label do not receive the click event, but the big button does.
I was looking for a way to make the label and the small button click-through, but I did not find any. And as a second requirement, I would very much like to make it so that both the big button’s background image becomes dark + the small button’s background image becomes dark and the label should not react at all.
Just set 1) Big button 2) Label & 3) Small button in xib. Then put button action in both.It should be working.