/ Published in: Other
Expand |
Embed | Plain Text
// GETTING THE APP DELEGATE INSTANCE INSIDE THE VIEW CONTROLLER :: TIP :: AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate]; [self setManagedObjectContext:appDelegate.managedObjectContext];
You need to login to post a comment.
