You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
It would be really great if the CoreDataManager could just listen for the NotificationCenter notification for UIApplicationWillTerminate documented here.
Right now core data does its final save, when the app terminates by inserting itself into
It would be really great if the CoreDataManager could just listen for the
NotificationCenternotification forUIApplicationWillTerminatedocumented here.https://developer.apple.com/reference/foundation/nsnotification.name/1623061-uiapplicationwillterminate
This will help our app delegate be smaller and isolate our Core Data Manager from other parts of our app.