图标徽章编号*没有“一个数字

时间:2010-12-07 10:19:48

标签: iphone badge

有人知道如何在没有显示号码的情况下出示徽章吗?类似于手机应用程序无法获得可视语音邮件的计数?

有关我的意思的示例,请参阅以下图片:http://i.stack.imgur.com/UQupy.jpg

1 个答案:

答案 0 :(得分:0)

使用CustomBadge类....您可以从here

下载

示例:

// Create simple Badge with empty string
CustomBadge *customBadge1 = [CustomBadge customBadgeWithString:@" "];

// or change text programmatically 
[customBadge1 autoBadgeSizeWithString:@" "];