Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Has anyone done this? I would like to show a "!" instead of a number.
Thanks.
applicationBadgeNumberonUIApplicationは次のように定義されます。
applicationBadgeNumber
UIApplication
@property (nonatomic) NSInteger applicationIconBadgeNumber;
文字列はなく、整数のみ。
バッジ番号として整数を受け入れるため、「!」を表示できません。バッジとして..