可伸缩 UITabBarController / UINavigationController

发布于 2024-09-14 21:55:16 字数 194 浏览 2 评论 0原文

我正在寻求实现类似于 Mashable 应用程序文章视图的功能。当单击阅读文章并开始向下滚动时,导航控制器会向上滑动到屏幕外,而选项卡栏控制器会向下滑动。

我愿意接受其他建议,但这里的目标是在文章视图中看不到选项卡栏控制器,同时将选项卡栏控制器保留为我的根控制器。

我仍在学习 Objective-C,因此我的技能有些有限,因此感谢您的帮助。

I'm looking to implement something similar to the Mashable app article view. When clicked through to read an article and begin to scroll down the Navigation controller slides up off screen and the Tab bar controller slides down.

I'm open to other suggestions but the goal here is to not see the tab bar controller while in the article view while keeping tab bar controller as my root controller.

I'm still learning Objective-C so my skill set is somewhat limited so any help is appreciated.

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

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

发布评论

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

评论(2

终难遇 2024-09-21 21:55:16
-[UINavigationController setToolbarHidden:animated:]

将为导航控制器执行您想要的操作。我不知道如何使用标签栏控制器完成同样的事情。

-[UINavigationController setToolbarHidden:animated:]

will do what you want for the navigation controller. I don't know how to accomplish the same thing with a tab bar controller.

一百个冬季 2024-09-21 21:55:16

我回答了我自己的问题,但忘了发帖。这样做的方法是

viewcontroller.hidesBottomBarWhenPushed = YES;

I answered my own question but forgot to post. The way to do so is with

viewcontroller.hidesBottomBarWhenPushed = YES;

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