Pages

Showing posts with label UIApplication. Show all posts
Showing posts with label UIApplication. Show all posts

Saturday, August 14, 2010

iphone: set badge on Application Icon

- (void)applicationDidFinishLaunching:(UIApplication *)application {
//...
[application setApplicationIconBadgeNumber:10];
}