Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. override func viewWillAppear(_ animated: Bool) {
  2. tabBarController?.tabBar.isHidden = true
  3. }
  4.  
  5. override func viewWillDisappear(_ animated: Bool) {
  6. tabBarController?.tabBar.isHidden = false
  7. }
Add Comment
Please, Sign In to add comment