Has anyone done this? I would like to show a "!" instead of a number.

Thanks.

有帮助吗?

解决方案

applicationBadgeNumber on UIApplication is defined as such:

@property (nonatomic) NSInteger applicationIconBadgeNumber;

No strings, only integers.

其他提示

It accepts integer as badge number so you cant show "!" as badge ..

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top