I am setting the title field of a UIViewController via Interface Builder/Storyboard:
UIViewController
In my case I solve with this:
[self.tabBarController.navigationItem setTitle:@"My Title"];