rjinxx / RJBadgeKit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show "..." when > 9

Chren opened this issue · comments

commented

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

We are using Macro kP365BadgeDefaultMaximumBadgeNumber inside the module to controller its maximum display number, you can modify this value as you wish. I'll make this property publicly later on.

commented

Thanks for response.
As I know, it shows "[kP365BadgeDefaultMaximumBadgeNumber]+" when > kP365BadgeDefaultMaximumBadgeNumber, I'm afraid only making this property publicly is not enough, what I want to show is "..." instead of "xxx+".

Maybe you can folk a copy to change code for your purpose if you are in a hurry. Anyway, I'll look into this when I am free.