I have subclassed both NSDocumentController and NSDocument. Is there a way to get to the MyDocumentController from MyDocument?
Currently I have an outlet in my AppDelegate that connects to MyDocumentController, so I can get to it that way, but was wondering if there was a more directly accepted way?