Please note, this blog entry is from a previous course. You might want to check out the current one.
Lecture fourteen is named “14. Core Data Demo (November 10, 2011)” and can be found at iTunes. Its slides are available at Stanford.
The theoretical part of this lecture is quite short providing an overview about Core Data thread safety and its usability for table views.
NSManagedObjectContext is not thread safe, thus it can only be accessed in the thread that created it. Because access is usually very fast, using the main thread is mostly file. Another approach is to use
Continue reading “Lecture #14: Core Data Demo”