我的应用中有一个标签栏,有3个项目,通向3个独立的视图控制器。但是,在其中一个页面中,我有一个按钮转换到另一个视图控制器(单击按钮,它会将您带到另一个页面),并且底部的选项卡不再可见。
想想Instagram可以在哪里搜索某个人......如果你点击该人的个人资料,底部的标签仍然可见并且响应迅速,而我的应用中的标签栏却没有。我需要Instagram在我的应用程序中具有相同的效果,但是我对如何实现它感到困惑。
答案 0 :(得分:0)
我创建了一个示例项目来解释我试图解释的内容
屏幕截图 - 故事板
查看层次结构
---> Tab Controller
---> Tab Vc 1 --> ContentView With Navigation Controller
---> Tab Vc 2 --> ContentView With Navigation Controller
---> Tab Vc 3 --> ContentView With Navigation Controller
---> Demo Vc - Which wis the second ViewController to be displayed with in Tab Bar bounds
<强>输出强>
项目链接
链接 - https://github.com/RockinGarg/ContainerView-TabBar.git
检查分支 - stack_Tab_VC_Container
克隆 - git clone -b stack_Tab_VC_Container https://github.com/RockinGarg/ContainerView-TabBar.git