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.
我需要开发一个简单的基于文档的应用程序,但只使用一个窗口,文档应该在由选项卡分隔的视图中打开。我怎样才能实现它?
答案是你可以通过大量的技巧将 CoocaNSDocument架构硬塞到单窗口样式中来实现你想要的。但你真的不想那样做。从头开始编写自己的文档处理系统要容易得多。从基于非文档的应用程序模板开始,然后从那里开始。NSDocument期望有自己的窗口(和关联的NSWindowControllers)。
NSDocument
NSWindowControllers