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.
I want to use the same number count like the mail icon for the iPhone and iPad how does that small number pop up over an icon?
[UIApplication sharedApplication].applicationIconBadgeNumber = 3;
バッジを消したいときは、これを 0 に設定することを忘れないでください。