Remove Bagde from tabbar item.

Posted by japs on Stack Overflow See other posts from Stack Overflow or by japs
Published on 2010-03-19T11:47:53Z Indexed on 2010/03/19 11:51 UTC
Read the original article Hit count: 164

Filed under:

Hello All,

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.

© Stack Overflow or respective owner

Related posts about iphone