2010-12-07 82 views

回答

0

使用CustomBadge类....你可以从这里下载here

例子:

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

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