Hi, I have a UITabBarController
,
How can I create/update the badge value
of the tabBar item from my viewController
?
The tabBar
item's created in the ib.
I connected the tabBar item to the controller using an IBOutlet UITabBar *tabBar
.
thanks.