0
This bar refers to Navigationbar which is displayed by default on Navigationcontroller.
To hide this bar, you can simply call the method setNavigationBarHidden of his Navigationcontroller.
self.setNavigationBarHidden(true, animated: true)
Recalling that the self refers to your Navigationcontroller instance.