views:

5

answers:

0

I have a simple UIView with touchesBegan... implemented, and I process the touches in the view, but I want the viewcontroller to know when a touch occurs. No specific information about the touch is necessary for the viewcontroller.

Is there an easy way to do this, and if not, what's the hard way?

Thanks in advance for any help.

John Doner