NSPersistentContainer's newBackgroundContext() documentation states that the created context is setup to automatically consume didSave notifications. Yet, the syncContext in SyncContextOwner still merges changes manually on the main context's didSave.
Is it necessary?
NSPersistentContainer's
newBackgroundContext()documentation states that the created context is setup to automatically consume didSave notifications. Yet, the syncContext in SyncContextOwner still merges changes manually on the main context's didSave.Is it necessary?