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.
在我的应用程序工作流程中,有时会从 nib 初始化新的模态 NSWindow。这个窗口应该有一个保存文档按钮。这是推荐的方法:
对于那些感兴趣的人,我已经解决了创建一个带有访问器的单例类的问题,该访问器允许使用类似“全局”的变量,因此从新实例化的 NSWindowController 调用方法和发送消息现在变得轻而易举。Todo:考虑使用 KVC 来解决这个问题。