Get to UIViewController from UIView on iPhone?

Posted by bertrandom on Stack Overflow See other posts from Stack Overflow or by bertrandom
Published on 2009-08-27T11:22:45Z Indexed on 2010/04/07 23:13 UTC
Read the original article Hit count: 270

Is there a built-in way to get from a UIView to its UIViewController? I know you can get from UIViewController to its UIView via [self view] but I was wondering if there is a reverse reference?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch