NavigationItem setTitle doesn't work for second level UIViewController
问题 in my app i have an UITabBarController with UINavigationControllers initialized like this UINavigationController *newsNavigationController = [[UINavigationController alloc] initWithRootViewController: newsViewControler]; newsViewController is an UIViewController. When i press the button in the tabbar to show the navigation item with the newsViewController the title in the navigation bar is set ok. in the newsViewController i have a method setup that i call after init. In the setup method i