Managed object context in most cases created in application delegate. What are the ways of passing it along to view/controller hierarchy, so every navigation/tab controller in t
You can also create a main context object in your main Nib. And link the controllers with this object. Or create a singleton if you only use one MOC.