views:

14

answers:

0

Hi,

I've got a simple view with an UIButton on it. In my ViewController, TouchesBegan catches all touches as expected, just the button-hit doesn't do anything (besides flashing nicely blue ^^). I'm asking to clarify, I'm aware, that I could (and probably should) link the button to an action. But shouldn't the button fire a touch-event as the rest, too, that would bubble along the responderChain an be captured in my viewController as the view-touches themselfes?

Best regards, Stefan