Cocoa中的绑定问题

时间:2017-04-13 12:07:13

标签: cocoa

我尝试将NSTextView绑定到Document.swift中声明的NSAttributedString,以便将文本保存到文件中,但它没有做任何事情。

以下是ViewController.swift中的代码:

var document: Document? {
    return view.window?.windowController?.document as? Document
}

模型关键路径:

self.document.text

0 个答案:

没有答案