将 NSTabView 分解为文件

发布于 2024-09-11 21:06:14 字数 272 浏览 4 评论 0原文

随着我的 Cocoa 应用程序的出现,我的 NSWindowController 正在变得huuuuuuuuuuge。我的窗口有一个 NSTabView,其中的每个选项卡都有自己的 NSViewController (它们都有子菜单)和自己的方法。因此,由于选项卡的存在,我的 WindowController.m 似乎远远超出了应有的范围。

遗憾的是,NSTabView 的示例非常简单。他们不需要任何重组。所以,我在这里寻求建议。如何将选项卡特定的内容从窗口控制器中拉出并放入其自己的专用对象中?

As my Cocoa app comes along, my NSWindowController is becoming huuuuuuuuuuge. My window has an NSTabView, and each tab therein has its own NSViewController (they all have submenus) and its own methods. So, my WindowController.m seems to stretch well beyond what it's supposed to because of tabs.

Sadly, examples of NSTabView are quite simple. They don't need any restructuring. So, here I am seeking advice. How can I pull tab-specific content out of the window controller and into their own dedicated objects?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山人契 2024-09-18 21:06:14

请参阅此 Apple 讨论主题中的示例:选项卡控制器?

See the example in this Apple Discussions thread: Tab Controllers?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文