Core data and saving the context in subViewControllers, ok to release?

Posted by Shizam on Stack Overflow See other posts from Stack Overflow or by Shizam
Published on 2010-03-15T17:59:27Z Indexed on 2010/03/15 17:59 UTC
Read the original article Hit count: 181

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

© Stack Overflow or respective owner

Related posts about core-data

Related posts about xcode