How to add notifications to icon in iOS application

后端 未结 2 597
南笙
南笙 2021-01-05 04:27

I see that some applications in iPhone show a red circle with the number of notifications from the application, how is that done?

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-05 04:47

    [[UIApplication sharedApplication] setApplicationIconBadgeNumber:99]

    Zero value hides the badge.

提交回复
热议问题