Daily iOS
Persistence

Background saves and merging

You have two complaints: data saved on a background context doesn't refresh the main screen, and the other way around, values being edited on main get overwritten. How should you set up the background save to main flow in Core Data?

Submit