在 UIViewController 中的 UITabBarItem 中设置徽章值
我将 UITabBarController 添加到窗口,并将 UITabBarController 的 viewControllers 属性设置为 ViewController 数组。 如果我在 viewController 内设置徽章值,那么它工作正常。 self.tabBarItem.badgeValue = @"3";
但是,如果我将 UITabBarController 的 viewControllers 属性设置为将视图控制器作为 rootviewcontroller 的导航控制器数组,那么它不会设置徽章值。
有什么建议吗?
谢谢
I am adding UITabBarController to the window, and setting the viewControllers property of the UITabBarController to the array of ViewControllers.
If i am setting the badge value inside the viewController then its working fine.
self.tabBarItem.badgeValue = @"3";
But if i am setting the viewControllers property of the UITabBarController to the array of navigation controllers which is having view controller as the rootviewcontroller, then its not setting the badge value.
Any suggestions ??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我得到了答案。
Yes, i got the answer.
或者这个:
Or this: