iTofu/LCTabBarController

[controlle1 viewControllers][1].tabBarItem.badgeValue

Opened this issue · 1 comments

  [controlle1 viewControllers][1].tabBarItem.badgeValue = @“” 是显示红点么? 如果我不需要红点改怎么设置?
iTofu commented
.badgeValue = @"12" // 显示红底白字 `12`
.badgeValue = @""   // 显示红底无字,并且红点很小
.badgeValue = nil   // 隐藏红点