Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
找不到设置窗口修改标记的 Cocoa API 调用。
如果您使用的是 NSDocument 架构,它应该会自动发生。
如果没有,并且您正在使用 NSWindowController,则应该使用它的setDocumentEdited:方法。
setDocumentEdited:
如果您不使用窗口控制器,请使用 NSWindow 的setDocumentEdited:方法。