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.
我正在 OSX 中编写基于文档的应用程序。我发现当我更改文档的内容时,应用程序不知道文档已被更改。我可以在没有警告的情况下关闭文档,这会导致我未保存的内容丢失。
如何判断NSDocument文档已被修改?
NSDocument
使用updateChangeCount:带有NSChangeDone作为参数的方法。
updateChangeCount:
NSChangeDone