Go to delegate file:
[[[[tabBarController viewControllers] objectAtIndex:2] tabBarItem] setBadgeValue:[NSString stringWithFormat:@"%i",3]];
: tabBarController
[[[[tabBarController viewControllers] objectAtIndex:2] tabBarItem] setBadgeValue:[NSString stringWithFormat:@"%i",3]];
Comments
Post a Comment