How to Remove Badge from the tabbar item i had use below code but not working for me.
UITabBarItem *chatbadge=[appDelegate.tabBarController.tabBar.items objectAt
Swift version & this is really weird
self.tabBarController?.viewControllers?[3].tabBarItem.badgeValue = nil
is working and not
self.tabBarItem.badgeValue = nil