rickytan / RTRootNavigationController

Implicitly make every view controller has its own navigation bar
MIT License
2.15k stars 379 forks source link

不显示角标 #91

Closed weizhangCoder closed 7 years ago

weizhangCoder commented 7 years ago

正常的UINavgation设置角标展示 [self.navigationController.tabBarItem setBadgeValue:@"5"]; 继承RTRoot的角标不展示。这是什么原因

rickytan commented 7 years ago

直接 self.tabBarItem 试试?

weizhangCoder commented 7 years ago

我重新弄个工程好像没有问题了,可能别的代码影响的