UI Deploy

Curated, Short, Web UI Dev we Love.

Multiple Managed Object Contexts in Core Data Tutorial

Note from Ray: This is an abbreviated version of a chapter from Core Data by Tutorials released as part of the iOS 8 Feast to give you a sneak peek of what’s inside the book. We hope you enjoy!

A managed object context is an in-memory scratchpad that you use to work with your managed objects in Core Data.

view source

Advertisement