Interface Builder 不允许我为选项卡栏选择笔尖名称
我刚刚升级到 xCode 4,但在为特定选项卡设置笔尖名称时遇到了很多麻烦。如果我选择笔尖名称,它会下拉一个没有任何内容的列表,如果我只是输入我想要的笔尖名称,当我运行它时,它不会显示该视图。我已经为该选项卡指定了类。我有一个选项卡栏和一个设置为其中一个选项卡的导航控制器。
谢谢
I just upgraded to xCode 4 and I am having so much trouble setting the nib name for a particular tab. If I choose nib name it drops down a list with nothing, if I just type in the nib name I want, when I run it, it does not show that view. And I have specified the class for that tab. I have a tab bar and a navigation controller set to one of the tabs.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 uinavigationcontroller 添加到您的 uitabbarcontroller 中。
现在你可以在添加的 uinavigationcontroller 中添加一个 uiviewcontroller 了。
现在您可以更改最后添加的 uiviewcontroller 的类,并设置此项的 nib-name 。
You can add an uinavigationcontroller to your uitabbarcontroller.
Now you can add an uiviewcontroller to the added uinavigationcontroller.
Now you can change the class of the last added uiviewcontroller, and set the nib-name for this item.