Basically, I have a UINavController a RootView controller (plain ViewController), then a TabBar Controller.
When I call self.title, it changes the tab items title, not the navcontrollers title.
- Nav Controller
- ViewController
- Tab Bar Controller
- View A
- View B
- Tab Bar Controller
- ViewController
View A is where I call self.navigationController?.title and self.title, nothing works.