Core Data: Beyond the Basics, Episode 15: Saving Launches with Batch Operations | Kodeco

Learn how to save a large set of launches using Batch Operations.


This is a companion discussion topic for the original entry at https://www.kodeco.com/32317039-core-data-beyond-the-basics/lessons/15

Hi @hococoder Thank you very much for your Tutorial about Core Data. I’ve one question: I’ve watched this lesson because I’ve a large database with relationship and I need to insert all data in iOS database with Core Data.

Your tutorial is very interesting because you explain How to insert also the relationship. But I’ve seen that you use Dictionary instead NSManagedObject. Is there any particular reason why you use the dictionary instead of the nsmanagedobject? Is there any advantage? Or if I were to use the nsmanagedobject what changes should I make to your code?

Thank you