LoginSignup
6
5

More than 5 years have passed since last update.

画面遷移後にUITabBarを隠す方法

Posted at
nextController* NextViewController;
nextController = [[NextViewController alloc] init];
nextController.hidesBottomBarWhenPushed = YES; // 遷移後にUITabBarを隠すための処理

[self.navigationController pushViewController:nextController animated:YES];

参考:http://iphone-app-developer.seesaa.net/article/283728905.html#more

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5