Nur Nachman
Software, Music and Thoughts
About Me
Nur
Drum & Bass Producer, Software Developer, Love my Cats
View my complete profile
Blog
Xorcore
Now
iPhone: How to get the AppDelegate from any view
You want to call something in your app delegate.
1. #import the app delegate
2. add this #define macro:
#define AppDelegate (YourAppDelegate *)[[UIApplication sharedApplication] delegate]
3. use:
[AppDelegate blaBla];
Newer Post
Older Post
Home