2010-12-07 54 views

回答

0

使用CustomBadge類....你可以從這裏下載here

例子:

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

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