Saving Lists and Reminders | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10794954-beginning-core-data/lessons/23

Why not just use a global shared object for the contextView rather than passing it around everywhere ?

Exactly that’s my question. I was wondering if creating a property for managed context in AppDelegate and using it everywhere rather than creating in every view controller would be better?