Nib 文件未从 UITabBarViewController 加载

发布于 2024-10-14 21:06:23 字数 547 浏览 0 评论 0原文

我已经尝试了几乎所有可能的排列...我正在尝试做这样的事情:

http://www.amateurinmotion.com/articles/2009/01/24/creating-uitabbarcontroller-based-app-using-interfacebuilder.html

这相当简单,我尝试运行该程序并且它有效。现在我正在尝试自定义当前的应用程序,以便它使用 IB 加载 xib 文件。我的视图层次结构是这样的:

在此处输入图像描述

所以我所做的是选择视图控制器,然后转到视图控制器属性并将 nib 名称设置为 nib 文件名。我还更改了视图控制器标识以加载我的自定义类。

I've tried almost all the possible permutations... I'm trying to make something like this:

http://www.amateurinmotion.com/articles/2009/01/24/creating-uitabbarcontroller-based-app-using-interfacebuilder.html

It's fairly simple and I tried running the program and it works. Now I'm trying to customise my current app so that it uses IB to load the xib file. My view hierarchy is like this:

enter image description here

So what I did is I selected the view controller and then I go to the view controller attributes and set the nib name to be a nib file name. I also changed the view controller identity to load my custom class.

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

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

发布评论

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

评论(1

韶华倾负 2024-10-21 21:06:23

我修复了它...事实证明我的视图控制器中有一个额外的 UIView 层...现在一切都很好!

I fixed it... It turns out that I have an extra layer of UIView in my view controllers... All good now!

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