Core data and saving the context in subViewControllers, ok to release?
- by Shizam
When updating the managedObjectContext is it ok practice to do the save setup in view controllers that may be released or should the appDelegate handle the saving of the managedObjectContext so that even if the viewController is released the save finishes?
Thanks,
Sam