I have a Tab Bar View Controller that has four possible view controllers. My main tab bar view that all the other views have a relationship too has a navigation bar that i can double click on and change the title in my storyboard. What i need to know is how to changed the title of this navigation item based on the selected tab bar item.
For instance i will have four tabs. 1 is "Bills", 2 is "Groceries", 3 is "Gas", and 4 is "Personal". I want the title of my view to be Bills if the "Bills Tab is selected and so on.
EDIT: Hopefully this will clarify what i'm trying to accomplish.
I want to be able to change the title of the Navigation Bar at the top of each of the four table Views on the right. The Tab Bar Controller is the only place that I can actually double click and change the tile while is storyboard. I want the title to change based on which table view is selected from the tab bar.