I have an app with tab bar controller (with 4 views controller) and it contains a navigation controller. All of this was create programmatically. My question: Is there a way how
Try something like this (i don't have access to Xcode atm so please debug it first):
for (int i = 0; i < [[tabBarController viewControllers] count]; i++) { [tabBarController objectAtIndex:i].title = @"This is the title"; }