Is there any way to display some count over an NSImage similar to badge label for Mac Application?

237 Views Asked by At

This count in the rightside of messenger name

I want to display the unread messages count (Refer: Fig) as badgelabel as similar to [[NSApp dockTile] setBadgeLabel:@""]; over the image icons.

Can anybody tell me the proper way to do that using Objective-C?

0

There are 0 best solutions below