可伸缩 UITabBarController / UINavigationController
我正在寻求实现类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将为导航控制器执行您想要的操作。我不知道如何使用标签栏控制器完成同样的事情。
will do what you want for the navigation controller. I don't know how to accomplish the same thing with a tab bar controller.
我回答了我自己的问题,但忘了发帖。这样做的方法是
I answered my own question but forgot to post. The way to do so is with