I am using a CustomTabbarItem
and I want to implement the badge
Value on the specific tabbarItem
. Can anyone help me and provide me code, so that I put it in my customTabbar
. I am new in Iphone
, so feel free to help.
Asked
Active
Viewed 1,109 times
-1

Yama
- 2,649
- 3
- 31
- 63

Khalid Usman
- 1,272
- 1
- 13
- 32
1 Answers
2
i think you use this code...For help
[[self navigationController] tabBarItem].badgeValue = @"0";
If You want Complete Implement Project then DownLoad

Deepesh
- 8,065
- 3
- 28
- 45
-
Please re-read the question again. I have asked the complete implementation of badgeValue as in UITabbarItem. – Khalid Usman Feb 21 '12 at 12:39