Я уже пробовал этот код:
Код: Выделить всё
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
navigationController?.setNavigationBarHidden(true, animated: animated)
}
override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
navigationController?.setNavigationBarHidden(false, animated: animated)
}
Код: Выделить всё
self.navigationController?.navigationBar.isHidden = true
Подробнее здесь: https://stackoverflow.com/questions/653 ... gation-bar
Мобильная версия