I am trying to set a badge value for a tab bar item embedded in a navigation controller from the tabBarController.m (tab bar controller --> navigation bar --> view controller), i used this code but it's not working:
[[self.tabBarController.tabBar.items objectAtIndex:0] setBadgeValue:eventCountStr];