I have been trying to use this tutorial.
But I want it to be saved in a thread other than the main thread. So far I cannot get the above tutorial working?
I have also tried this
Any ideas?
The best tutorials and documentation are the Apple's one :).
Core Data resource :
Core Data complete documentation
Videos :
See the WWDC sessions, for example the 2013's sessions : 211.(Core Data Performance Optimization and Debugging) and 207. (What’s New in Core Data and iCloud)
Other tutorials : Many tutorials in Core Data here, cocoanetics
And a special one aboute multithreading in Core Data ( how to use multiple context) Core Data Multi-Context
Books :
Best book about Core Data, in my opinion, the Marcus S. Zarra's book. Core Data book
And also : MagicalRecord, A library that facilities the use and learning Core Data.