Thursday, January 13, 2011

Add badge value to tab bar item


It will display on the specific TabItem's top right corner.

[[self.navigationController tabBarItem] setBadgeValue:@"5"];

2 comments:

  1. Yes It is changed to String now....


    [[self.navigationController tabBarItem] setBadgeValue:@"5"];

    ReplyDelete