self.tabBarController is NULL
问题 I created a UITabBarController like the following and pushed a navigationController, but I now cannot set the title of tab bar items etc... as the tabbarcontroller is NULL. Please can you tell me where I am going wrong. UITabBarController *tabBarController = [[UITabBarController alloc] init]; LoggedInFeedNavigationController *lvc = [[LoggedInFeedNavigationController alloc] initWithAccount:account]; [tabBarController setViewControllers:[NSArray arrayWithObject:lvc]]; [tabBarController