I have a navigation controller with 4 tab bar items. Each one has a navigation controller inside. I want to be able to change the 4th tab bar badge number when I get push notifi
Shorter:
let tabItem = self.tabBarController?.tabBar.items![3] let tabItem.badgeValue = "34"