标签:des style blog color io ar sp div on
当两个页面跳转的时候,如果两个页面中的工具条的时候,工具条隐藏。
上代码:
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
self.title=@"页面调的时候隐藏工具条";
//当跳转的时候,隐藏工具条
[self.tabBarController setHidesBottomBarWhenPushed:YES];
}
标签:des style blog color io ar sp div on
原文地址:http://www.cnblogs.com/yang-guang-girl/p/4018368.html