Nib 文件未从 UITabBarViewController 加载
我已经尝试了几乎所有可能的排列...我正在尝试做这样的事情:
这相当简单,我尝试运行该程序并且它有效。现在我正在尝试自定义当前的应用程序,以便它使用 IB 加载 xib 文件。我的视图层次结构是这样的:
所以我所做的是选择视图控制器,然后转到视图控制器属性并将 nib 名称设置为 nib 文件名。我还更改了视图控制器标识以加载我的自定义类。
I've tried almost all the possible permutations... I'm trying to make something like this:
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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我修复了它...事实证明我的视图控制器中有一个额外的 UIView 层...现在一切都很好!
I fixed it... It turns out that I have an extra layer of UIView in my view controllers... All good now!