TabBarを非表示させたいViewに遷移するときに以下のように書くとそのViewにTabBar非表示が適用される。
例:
var sample = SampleViewController(nibName:"SampleViewController",bundle:nil)
sample.hidesBottomBarWhenPushed = true
self.navigationController?.pushViewController(sample,animated:true)
Go to list of users who liked
More than 5 years have passed since last update.
TabBarを非表示させたいViewに遷移するときに以下のように書くとそのViewにTabBar非表示が適用される。
例:
var sample = SampleViewController(nibName:"SampleViewController",bundle:nil)
sample.hidesBottomBarWhenPushed = true
self.navigationController?.pushViewController(sample,animated:true)
Register as a new user and use Qiita more conveniently
Go to list of users who liked