Hi Everyone:
I am attempting to call presentModalViewController on a UIViewController in order to bring up a Address Book "view", however I am running into a bit of a problem. The UIViewController that "controls" the app simply draws a view to the screen and then lets the view do all of the handling of user interaction, etc. But now, I need to somehow need to back track to the UIViewController in order to call presentModalViewController on it. Would anyone have any ideas of how to accomplish this?
Thanks for any help!