How do I have my UIViewController respond to a non-touch event?

Posted by Elon on Stack Overflow See other posts from Stack Overflow or by Elon
Published on 2010-04-28T02:07:27Z Indexed on 2010/04/28 2:13 UTC
Read the original article Hit count: 344

Working with iPhone SDK 3.2 --

I have a complex custom UIControl that handles touches on the child controls. In certain cases, I want the parent UIControl to pass an event to the UIViewController, which will then take action outside the control. How do I do this cleanly? Thank you!

© Stack Overflow or respective owner

Related posts about uicontrol

Related posts about uiviewcontroller