iPad 通用应用程序中的 UIViewController 问题

发布于 2024-09-17 05:51:09 字数 445 浏览 15 评论 0原文

我最近将我的 iPhone 应用程序升级为通用二进制文件。我有 2 个视图控制器和笔尖,一个用于 iPhone,一个用于 iPad。我放大了 iPad UI 并在 IB 中创建了完全相同的连接。

但是,我收到此错误:

-[UIViewController _loadViewFromNibNamed:bundle:] 加载了“HomeScreen_iPad”笔尖,但未设置视图出口。

我可以肯定地说,视图出口确实已设置。我已经检查了每个连接和 init 方法。我不明白为什么iPhone 版本可以加载,而在 iPad 上却无法加载。

我正在使用模拟器,如果我在调试器中没有收到此错误,我会看到白屏。更改 UIWindow 的任何颜色属性都没有效果。

如果有人可以提供帮助,我们将不胜感激。

I recently upgraded my iPhone app to a universal binary. I have 2 view controllers and nibs, one for the iPhone and one iPad. I scaled up the iPad UI and created the exact same connections in IB.

However, I get this error:

-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "HomeScreen_iPad" nib but the view outlet was not set.'

I can say for a fact that the view outlet is indeed set. I have gone through every connection and init method. I cannot figure out why the iPhone version loads and it won't on iPad.

I am using the simulator and if I don't get this error in the debugger, I get a white screen. Changing any color properties of UIWindow has no effect.

If anyone can help, it is greatly appreciated.

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

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

发布评论

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

评论(1

如果没结果 2024-09-24 05:51:09

检查您的 Info.plist 文件。您是否添加了“初始 NIB (iPad)”条目?

Check your Info.plist file. Have you added an entry for "Initial NIB (iPad)"?

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