oh! i try to change the badge of tabbarItem
in the AppDelegate
;then it do work, but the tabarItem
doesn't show! my code :
UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UITabBarController *tabBarController = (UITabBarController *)[storyBoard instantiateViewControllerWithIdentifier:@"MainIdentifier"];
[[tabBarController.tabBar.items objectAtIndex:1] setBadgeValue:[NSString stringWithFormat:@"199"]];
(i also see the site How to set tabBarItem's badge from AppDelegate.m (tabBarView is not root View))
You can upvote the original answer here by Jim Rota
Access Tab Bar Controller:"
Then set the badge