Guest User

Untitled

a guest
Jan 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. override func viewWillDisappear(_ animated: Bool) {
  2. super.viewWillDisappear(animated)
  3. self.navigationController?.setNavigationBarHidden(false, animated: false) // <- Line the crash happens
  4. }
  5.  
  6. UIBarButtonItem.appearance(whenContainedInInstancesOf: [UINavigationBar.self]).title = ""
Add Comment
Please, Sign In to add comment