Multiple Managed Object Contexts with Core Data Tutorial | Ray Wenderlich

Learn how to use multiple managed object contexts to improve the performance of your apps in this Core Data Tutorial in Swift!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7586-multiple-managed-object-contexts-with-core-data-tutorial
1 Like

Thanks, for sharing, Matthew!
Iā€™m a little confused, why in the final version we still creating new entry on main context? Because problem with canceled entry remains. Those entries appears at the end of the list. Why not creating new entries in child context and if we need to cancel creation - just .reset() this context? Thank you!

@mmorey Can you please help with this when you get a chance? Thank you - much appreciated! :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!