Xcode:无法更改主 nib 文件

发布于 2024-10-22 18:14:13 字数 151 浏览 5 评论 0原文

我有一个主页 .xib 和一个 MainWindow.xib。 plist 表示 MainWindow 是主 nib 文件。我启动应用程序,主窗口作为主/开始页面一切正常,但我想让主页 .xib 成为主页。我在 plist 中更改它并运行我的应用程序,然后它崩溃了...有人可以帮助我吗?

I have a Home Page .xib and a MainWindow.xib. The plist says MainWindow is the main nib file. I launch the app and all is okay with MainWindow as main/beginning page, but I want to make the Home Page .xib be the main page. I change it in the plist and run my app, and it crashes... Could someone help me please?

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

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

发布评论

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

评论(1

牵你手 2024-10-29 18:14:13

这是因为您的 homePage.xib 不包含 AppDelegate 对象和 AppDelegate 的引用。

It is because your homePage.xib doesn't contain the AppDelegate object and the references off AppDelegate.

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