iPhone - 使用' *'作为徽章

时间:2011-11-07 07:48:26

标签: iphone objective-c ios ios4 badge

我需要一个简单的说明,为iPhone应用程序使用徽章。我可以使用'*'而不是数字来显示徽章吗?如果是这样,Apple会接受此类申请吗?

1 个答案:

答案 0 :(得分:2)

不,您不能使用*作为徽章,因为applicationIconBadgeNumber属性只会占用NSInteger

请参阅UIApplication documentation