I created UITabController with three tabs. One Tab has UINavigationController that pushes three controllers A,B, &C.
When I push segue from A to B or B to C, I change the titles on A, B, &C. Changing the title on A, B or C also changes the title of my third tab item in the main tabController. How can I make the tab bar items labels on the main Controller fixed?