Answer the question
In order to leave comments, you need to log in
How to make navigation bar not disappear on segue?
by clicking on "Register" the transition to the next page occurs with the help of segue, but for some reason the Navigation Bar is not visible. Moreover, if you comment out all the code that concerns the UIView, then it is visible.
Answer the question
In order to leave comments, you need to log in
Here in the next page controller write this:
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
navigationController?.setNavigationBarHidden(false, animated: false)
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question