I may be missing something here, but...
I have a UIView
with a few children (a couple of UILabel
's and UIImageView
). I need to catch an event when the user clicks (taps) anywhere within the parent UIView
- visible part of the UIView
or any of its children).
What's the best way of doing this?