Is it a “tooltip” or “bubble” or something else ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is called an application icon badge. It can be modified by setting the
applicationIconBadgeNumberproperty on the sharedUIApplicationinstance .You can set it like so
Doing that puts the number 99 onto the application badge. Setting it to zero hides the badge .The default value for this property is zero.
Source : UIApplication Reference