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.
如果应用程序中有多个窗口,我如何在它们之间传递值?
我的第一种方法是为任何窗口创建一个 NSWindowController,并将这些控制器分配给 Application Delegate。
我走对了吗?你有什么建议?
是的,你的技术很好。如果您正在创建一个基于文档的应用程序,您也可以在您的 NSDocument 子类中执行此操作。