0

How to hide tabbar in Navigation Flow?

self.tabbarController.tabbar.hidden = true

This is not working. I called this from ViewWillAppear method.

Karthick Selvaraj
  • 2,387
  • 17
  • 28

1 Answers1

0

enter image description here

Just check the Hide Bottom Bar on Push for your ViewController if you're using storyboard

Zonily Jame
  • 5,053
  • 3
  • 30
  • 56