I am using a Show
segue in my application.
Whenever I segue to another screen and press the back bar button, my navigationController.toolbar
disappears.
I tried to get rid of it with
navigationController?.toolbar.hidden = false
in my viewDidLoad()
.
It doesn't work though. Any ideas?