Bringing Asynchronous Core Data documents to OS X | Making the Switch
Core Data provides very powerful tools for managing data persistency on iOS and OS X, but unfortunately Apple hasn’t brought NSManagedDocument and all its cool features (like auto-saving and background I/O) to OS X yet. This is a good way to make up for it by using NSPersistentDocument.
Leave a Reply