views:

62

answers:

2

how can i create the update sign (the red one) in the tab bar ?

+3  A: 

do you mean badgeValue property of UIBarItem class?

Morion
the one that show that there is an update waiting.
omri
badgeValue is a text to show near tabbar item. you can show some text, or just a number.
Morion
thats the one, thanks!
omri
A: 

It's actually a property of the UITabBarItem.

Hua-Ying