문제

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.

도움이 되었습니까?

해결책

i think you use this code...For help

[[self navigationController] tabBarItem].badgeValue = @"0";

If You want Complete Implement Project then DownLoad

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top