Given a view, how do I get its viewController?

Viewed 137823

I have a pointer to a UIView. How do I access its UIViewController? [self superview] is another UIView, but not the UIViewController, right?

12 Answers
Related