I want to set title to tab item programatically, but it not works. My code is below:
- (IBAction)tab1Click:(id)sender { myTabBarController = [[UITabBarContro
If you are calling this from within an embedded UIViewController, you can change the parent tab bar title with:
self.tabBarController.title = @"My Title.";