Skip to main content

Display badge on the tab bar.

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

: tabBarController

Comments