基于导航的应用程序标签栏

发布于 2024-09-24 09:32:40 字数 315 浏览 5 评论 0原文

我制作了一个带有多个选项卡栏按钮的选项卡栏应用程序。每个按钮都链接到一个单独的 xib 文件。这适用于带有 UIViewController 的 xib 和带有 UITableViewController 的 xib。但是,它不适用于具有 UINavigationController 的 xib。

左边你可以看到它在 Interface Builder 中的样子,右边是它在模拟器中的样子。

为什么它在模拟器中没有正确显示?

I made a tab bar application with several tab bar buttons. Each button is linked to a separate xib file. This works for a xib with a UIViewController and a xib with a UITableViewController. However, it does not work for a xib with a UINavigationController.

On the left you can see what it looks like in Interface Builder, and on the right is what it looks like in the simulator.

Why isn't it showing up correctly in the simulator?

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

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

发布评论

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

评论(1

街道布景 2024-10-01 09:32:40

但看起来它显示正确。您可能只需要向 UITableViewController 添加一些代码即可填充 tableView 并设置导航栏的标题。

But it looks like it's showing up correctly. You probably just need to add some code to your UITableViewController to populate the tableView and set a title for the navbar.

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