How to Remove Badge from the tabbar item i had use below code but not working for me.
UITabBarItem *chatbadge=[appDelegate.tabBarController.tabBar.items objectAtIndex:2]; chatbadge.badgeValue=nil;
Suggest any Solution.
Try doing it via the viewController:
UIViewController *viewController = [appDelegate.tabBarController.viewControllers objectAtIndex:2]; viewController.tabBarItem.badgeValue = nil;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With