Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created April 17, 2013 05:12
Show Gist options
  • Save hlxwell/5401943 to your computer and use it in GitHub Desktop.
Save hlxwell/5401943 to your computer and use it in GitHub Desktop.
Cleanup Icon Badge Number
- (void)applicationDidBecomeActive:(UIApplication *)application
{
application.applicationIconBadgeNumber = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment