我正在制作一个文本编辑器应用程序,它将其每个文档存储为一个NSFileWrapper目录,其中文档文本和文档标题作为目录中的单独文件。我希望loadFromContents: (id) contents的loadFromContents: (id) contents部分是一个NSFileWrapper,但事实并非如此。// from the contents, extract it so that we have the properties initialized
self.fileWrapper = (NSFileWr