How do I call a method of the app delegate from a UIViewController?
Posted
by RexOnRoids
on Stack Overflow
See other posts from Stack Overflow
or by RexOnRoids
Published on 2010-05-15T04:05:11Z
Indexed on
2010/05/15
4:14 UTC
Read the original article
Hit count: 352
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?
© Stack Overflow or respective owner