NSOutlineView not refreshing when objects added to managed object context from NSOperations
- by John Gallagher
Background
Cocoa app using core data
Two processes - daemon and a main UI
Daemon constantly writing to a data store
UI process reads from same data store
NSOutlineView in UI is bound to an NSTreeController which is bound to Application with key path of delegate.interpretedMOC
What I want
When the UI is activated, the outline view should update…