Xcode:无法更改主 nib 文件
我有一个主页 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为您的 homePage.xib 不包含 AppDelegate 对象和 AppDelegate 的引用。
It is because your homePage.xib doesn't contain the AppDelegate object and the references off AppDelegate.