How could we get a badge notification in the app icon , similar to badge notifications in tabbar item.? I need this for notifying new messages.
You can set the app icon's badge number like this:
[UIApplication sharedApplication].applicationIconBadgeNumber = 3;
2.1m questions
2.1m answers
60 comments
57.0k users