加载时 NIB 视图没有子视图

发布于 2024-11-27 21:06:51 字数 263 浏览 0 评论 0原文

我有一个在 iPhone 上完美运行的主视图。

现在,我正在开发 iPad 的新版本。

我为 iPad 设备创建了一个新的 NIB 文件,并为同一 UIViewController 设置了自定义视图。在 NIB 上创建相同的结构并配置插座和自定义操作。

但是,当在 iPad 模拟器上执行应用程序时,子视图不会加载。我检查代码,子视图完全是空的...:SS

我尝试手动添加子视图,它可以工作,但当然不是解决方案...

有什么想法吗?

I have a mainview working perfectly on iPhone.

Now, I'm working in a new version for iPad.

I created a new NIB file for iPad devices, and set the custom view for the same UIViewController. Create the same structure on the NIB and configurate the outlets and custom actions.

But when execute the application on the iPad simulator the subviews is not loaded. I check on code and the subviews is completely empty ... :SS

I try to addSubviews manually and it works but is not the solution of course ...

Any idea?

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

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

发布评论

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

评论(1

殤城〤 2024-12-04 21:06:51

XIB 文件的视图未正确连接。

The view of the XIB file was not properly connected.

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