How do I call a method of the app delegate from a UIViewController?
- by RexOnRoids
Situation:
I am using the "Navigation Based Application" project template. And my root view controller (UIViewController) needs to call a method of the app delegate.
Question:
How do I call a method of the app delegate from a UIViewController?