nsdocument
Create Subfolder in NSDocumentDirectory
I just wanted to know if it\'s possible to create a subfolder in the NSDocumentDirectory and write data into that created folder, like:[详细]
2022-12-16 17:48 分类:问答NSImage readFromData problem
I am trying to make a simple document-based cocoa application that can save and load images in pdf files.[详细]
2022-12-15 07:29 分类:问答Changing file extension for a 'save as' in NSDocument?
I want to give my app, which currently simply saves out folders, the option of giving these folders file extensions (for saving packages).[详细]
2022-12-12 14:40 分类:问答Use ZIP-archives to store NSDocument data
I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I\'m considering doing the same as I keep getting[详细]
2022-12-11 07:39 分类:问答How to associate an action to a keyboard shortcut?
I\'ve an IBAction that calls up a pa开发者_开发技巧nel. I want to invoke that action with a keyboard shortcut but I\'m at a loss on how to do it.[详细]
2022-12-10 22:13 分类:问答Problem with NSDocument and writeToURL:ofType:error:
I\'m working on a document-based application, and I want to use a document package as my file format. To do that, it seems that the NSDocument method I need to override is[详细]
2022-12-09 06:45 分类:问答