ios - How do I update the badge number for uitabbaritem when a new push notification arrives -


how can update badge specific uitabbaritem when new push notification arrives? example activity tab in instagram

you should use following code:

[[[[[self tabbarcontroller] tabbar] items]                 objectatindex:tabindex] setbadgevalue:badgevaluestring]; 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -