I have a TabBar Controller with two ViewControllers (A and B) and would like to change the font size of the two Tab Bar Items. When the first tab A ViewController is loaded, I can change the tab item font size using [self tabBarItem] setTitleTextAttribute.
However, how would I reference the tab bar item of the ViewController B from A so I can change the font as well?
Thanks in advance!