I'm a newbie in Mac Cocoa and I'm trying to develop a menubar application using NSStatusBar.
I have the menubar application working with menu items linked properly to functions but I would like to take it a step further by attempting to add something akin to

Specifically the view counter part, where it has a number in a grey rounded box. I have looked into it and I assume it is using a custom view, with using the setView method?
If this is the case, how do I create a new menu item view which I can add the grey box in? If I create a new view and drag in a menubar item it doesn't show up in interface builder (I'm using xCode 4) so I can't customise it... I fear I'm doing something wrong!
If it's not using setView, what should I use?
Many thanks,
Gareth