Interface Builder 不允许我为选项卡栏选择笔尖名称

发布于 2024-12-03 06:21:34 字数 155 浏览 2 评论 0原文

我刚刚升级到 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 技术交流群。

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

发布评论

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

评论(1

寄风 2024-12-10 06:21:34

您可以将 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.

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