RJBadgeKit icon indicating copy to clipboard operation
RJBadgeKit copied to clipboard

Solution for red dot (badge reminder) display and its management / 小红点(消息推送提醒)完整解决方案

Results 9 RJBadgeKit issues
Sort by recently updated
recently updated
newest added

hello,请问能否支持往文件里添加一批默认显示的小红点呢?然后点击红点消失后,下次启动app此小红点则不再显示。

In application: didFinishLaunchingWithOptions: ``` UITabBarController *tabVC = (UITabBarController *)[UIApplication sharedApplication].keyWindow.rootViewController; UITabBarItem *mineItem = tabVC.tabBar.items.lastObject; NSString *minePath = @"root.mine"; mineItem.badgeOffset = CGPointMake(5, 5); [self.badgeController observePath:minePath badgeView:mineItem block:^(id _Nullable observer, NSDictionary *...

question

源码代码里面是 写死的。可以 增加一个配置 属性 吗

在iOS13上会发现显示位置都在最左边去了。 遍历UITabBarButton的subViews发现只有在TabBar选中状态下才能取到UITabBarSwappableImageView。

Is it possible to show "..." when > 9?

cell上面怎么显示红点

你好,如果是Masnory布局红点位置会默认显示在左上角,而且当有消息的时候点击push到下一个页面,返回时再请求消息红点显示但是设置的红点偏移量是无效的。

我设置小红点在viewController.navigationItem.rightBarButtonItem上,显示是OK的,但是点击时候如果push到下个界面,小红点的一半就消失了。 下图为app导航栏(系统自带导航栏),当该界面push到下个vc的时候,小红点的一半就消失了,请问如何解决? ![image](https://user-images.githubusercontent.com/15681765/42142600-e234e5e0-7de2-11e8-8c17-86e1d10033b1.png)

Add UIBarButtonItem Support Dispatch_async Bug fix Code optimization