-1

This seems like it would be common question and I searched for it, but came up dry.

Whenever I get an email or message on Outlook, Skype, etc. OSX puts a red number over the icon with the number of messages received. How can I set this number for my own app?

Jason
  • 13,563
  • 15
  • 74
  • 125

1 Answers1

1

Look at this link for NSDocTile class reference. You may need to sign in for it, but I am unsure about that.

NSDocTile Class Reference

edit: the method with the name -(void) setBadgeLabel: (NSString *) string; looks like it may be what you want.

erdekhayser
  • 6,537
  • 2
  • 37
  • 69