开发者

when I Using Three20 to Launch another UITabBarController in a TTLauncherView ,Original UITabBarController Tabbar Can't disappear

开发者 https://www.devze.com 2023-03-14 12:07 出处:网络
when I launch another UITabBarController in a LaunchView, the TTLauncherView is in the page in the original UITabBarController, the Dest Controller is another UITabBarController, but the Original UITa

when I launch another UITabBarController in a LaunchView, the TTLauncherView is in the page in the original UITabBarController, the Dest Controller is another UITabBarController, but the Original UITabBarController's TabBar can't disappear.

So, in the UI, I have two TabBars, the Original TabBar in the Bottom, the second Dest Controller View display in the screen except the bottom tabbar.

This is not what I want. How to solve this problem to hide the Original TabBar and let the second Dest Controller to display Full Scree开发者_开发知识库n?

In the first Controller, I launch second controller by LauncherView button.


You need to hide the tab bar view when pushing the new controller using

controller.hidesBottomBarWhenPushed = YES;

Take a look on this tutorial from three20 wiki, it explains on how to hide the tab bar when pushing another controller.

http://three20.info/article/2010-11-10-Hiding-The-iphone-Tab-Bar-With-TTNavigator

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号