How can I get the position or frame of an NSStatusBar item?

link|improve this question
feedback

1 Answer

  1. There is undocumented [statusBarItem _window] method.
  2. Assign a view to the item, and then use view's window method.

There is no documented way to get it without setting a view. And when status bar item has a view, you have to draw title/image/everything yourself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.