Skip to content

Instantly share code, notes, and snippets.

@samchandra
Created October 5, 2010 05:51
Show Gist options
  • Save samchandra/611069 to your computer and use it in GitHub Desktop.
Save samchandra/611069 to your computer and use it in GitHub Desktop.
Getting AppDelegate instance in other view controllers
// Getting AppDelegate instance anywhere in other controllers
// AppDelegate.h need to be included
YourAppDelegate *appDelegate = (YourAppDelegate*)[[UIApplication sharedApplication] delegate];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment