有人知道如何在没有显示号码的情况下出示徽章吗?类似于手机应用程序无法获得可视语音邮件的计数?
有关我的意思的示例,请参阅以下图片:http://i.stack.imgur.com/UQupy.jpg
答案 0 :(得分:0)
使用CustomBadge类....您可以从here
下载示例:
// Create simple Badge with empty string
CustomBadge *customBadge1 = [CustomBadge customBadgeWithString:@" "];
// or change text programmatically
[customBadge1 autoBadgeSizeWithString:@" "];