What is the new way of binding an NSArrayController to the managed object context of a Core Data document?
问题 Before Xcode went and added Storyboards for OS X apps you could connect an array controller to your document's managed object context by binding the Managed Object Context of the array controller to File's Owner with a Model Key Path of managedObjectContext . With storyboards there is no more File's Owner so where do you get the context from now? Apple's documentation is behind in this area and there aren't any obvious places to bind to in Xcode. Obviously I can just fall back to a non