代码:
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view. self.title=@"页面调的时候隐藏工具条"; //当跳转的时候,隐藏工具条
[self.tabBarController setHidesBottomBarWhenPushed:YES]; }
2022-07-13 07:33:43
代码:
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view. self.title=@"页面调的时候隐藏工具条"; //当跳转的时候,隐藏工具条
[self.tabBarController setHidesBottomBarWhenPushed:YES]; }