How can I hide a navigation bar from first ViewController or a particular ViewController in swift? I used the following code in viewDidLoad(): override func viewDidLoad() { super.viewDidLoad() self.navigationController?.isNavigationBarHidden...
  • May 15, 2022
  • 0 Comments
I have the code below that hides and shows the navigational bar. It is hidden when the first view loads and then hidden when the “children” get called. Trouble...
  • May 8, 2022
  • 0 Comments