Swift - Title Not Appearing for Navigation View Controller
问题 I have a navigation view controller that upon action sends a segue to a tab bar view controller. Because of this segue the tabbed view controller inherits the navigation bar. I am trying to apply a title to one of my view controllers attached to the tab bar view controller, but setting the title via code is not working for me. does anyone know the reason why that could be? Here is a picture of my storyboard: The view controller with the logout button is where I am trying to set the title in