选择UITabBarItem加载对应视图

发布于 2024-12-19 14:41:04 字数 242 浏览 1 评论 0 原文

我有一个名为“RootViewController”的 UIViewController,其中包含一个 UITableView 和一个 UITabBar(2 个 TabBarItems - 收藏夹等)。 当View显示时,TableView和TabBar是可见的。现在,我想在按下另一个 TabBarItem 时加载附加视图(更多)。向后,但标签栏应该可用。 (用户可以按收藏夹)

这怎么办?

BR, 迈贝克斯

I have a UIViewController named "RootViewController" which contains a UITableView and a UITabBar (2 TabBarItems - Favorites and More).
When the View is being displayed, the TableView and TabBar are visible. Now I want to load an additional view when pressing the other TabBarItem (More). And backwards, but the tabbar should be available. (User can press Favorites)

How can this be done?

BR,
mybecks

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

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

发布评论

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

评论(1

染柒℉ 2024-12-26 14:41:04

如果您希望 UITabBar 在多个屏幕上可见,您应该使用 UITabBarController。该控制器应该保存您不同的 UIViewController。
文档中的滚轮说明关于如何实现该控制器。

If you want the UITabBar to be visible on more than one screen you should use a UITabBarController. That controller should hold your different UIViewController.
It's wheel explain in the documentation on how to implement that controller.

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