
Here is a simple tip to show a number on your app icon. See an example screenshot below:
You can set this little number appears on the icon by using UIApplication class like below
- (void)applicationDidFinishLaunching:(UIApplication *)application { //... [application setApplicationIconBadgeNumber:123]; }
Check out the app from this link:
Related posts:
- 7 Free Christmas Apps from ObjectGraph Can't wait for Christmas? Here is a simple app that...
- [iPhone アプリ] クリスマス・サウンドがiTunesで1位になりました。- Christmas Sounds App is #1 in iTunes! (Japanese) クリスマス・サウンドアプリがiTunesで1位になりました!期間限定で無料です。お早めにどうぞ。 (English) Our Christmas Sounds and Music app is...
- App Store Download Hit 1 Billion! Congraturations! 1 Billion Downloads! Who got prizes? http://www.apple.com/itunes/billion-app-countdown/ Check out...
- O’Rielly Maker: Make fun O’Rielly Book Covers Make funny book covers that resemble O’Reilly books using...
- ASP.NET Date Picker I know it has been a long time since i...
Related posts brought to you by Yet Another Related Posts Plugin.
























Leave Your Response