iPad 通用应用程序中的 UIViewController 问题
我最近将我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的 Info.plist 文件。您是否添加了“初始 NIB (iPad)”条目?
Check your Info.plist file. Have you added an entry for "Initial NIB (iPad)"?