Jun 30 2017
I found this passage in the NSManagedObjectContext documentation, and shall heed the warning henceforth: do not simply observe all managedObjectContexts, observe only your own lest you catch system-wide notifications.
By Extelligent Cocoa • Application Design •
Jun 30 2017
A warning note about notifications sent by NSManagedObjectContext
I found this passage in the NSManagedObjectContext documentation, and shall heed the warning henceforth: do not simply observe all managedObjectContexts, observe only your own lest you catch system-wide notifications.
By Extelligent Cocoa • Application Design •