有人知道如何在不显示数字的情况下显示徽章吗?类似于手机应用程序无法获取可视语音邮件的计数?
有关我的意思的示例,请参见以下图片:http: //i.stack.imgur.com/UQupy.jpg
有人知道如何在不显示数字的情况下显示徽章吗?类似于手机应用程序无法获取可视语音邮件的计数?
有关我的意思的示例,请参见以下图片:http: //i.stack.imgur.com/UQupy.jpg
使用 CustomBadge 类....你可以从这里下载
例子:
// Create simple Badge with empty string
CustomBadge *customBadge1 = [CustomBadge customBadgeWithString:@" "];
// or change text programmatically
[customBadge1 autoBadgeSizeWithString:@" "];