Pergunta

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

Thanks.

Foi útil?

Solução

applicationBadgeNumber on UIApplication is defined as such:

@property (nonatomic) NSInteger applicationIconBadgeNumber;

No strings, only integers.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top