I've been trying to figure out how to allow a user to open a folder using the Document-based framework in Cocoa. Is there a way to set it using the Document Types list in the target's properties? Or do I need to override one of the methods in the NSDocumentController class?
This has had me stumped for a while and I actually found it easier and more straight-forward to just handle all my windows myself rather than use the Cocoa framework for it.
This has had me stumped for a while and I actually found it easier and more straight-forward to just handle all my windows myself rather than use the Cocoa framework for it.