Xcode 4 和带有 xibs 的控制器

发布于 2024-11-02 05:02:09 字数 235 浏览 1 评论 0原文

我有一个带有 splitview 控制器的主 xib,并将 ibactions 和属性拖到 AppDelegate 代码上。

因此,在我的 applicationDidFinishLaunching 中,我想将一个使用 xib 的控制器加载到我已链接的 nsviews 之一中。

问题是我无法使用 xcode 将新 xib 中的 ibactions 和属性链接到要加载它的控制器中。

这必须以编程方式完成吗?

I have main xib with a splitview controller and ive dragged the ibactions and properties on to the AppDelegate code.

So in my applicationDidFinishLaunching i would like to load a controller which uses a xib into one of the nsviews that i have linked up.

The problem is that i can't use xcode to link ibactions and properties from the new xib into the controller that is going to load it.

Does that have to be done programatically?

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

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

发布评论

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

评论(1

江心雾 2024-11-09 05:02:09

我不确定你到底想做什么。但是,听起来您所指的“splitviewcontroller”应该是 NSViewController 的子类,然后它可以为您管理 xib。

再说一次,我不确定你想做什么;也许发布一段代码?

I'm unsure of exactly what you are trying to do. However, it sounds like the 'splitview controller' you are referring to should be a subclass of NSViewController, then it can manage the xib for you.

Again, I'm not certain what you are trying to do; perhaps post a snippet of code?

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