سؤال

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