NSStatusBar-MISSINGOrder 1.2.0

NSStatusBar-MISSINGOrder 1.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by Valentin Shergin.



  • By
  • Valentin Shergin

NSStatusBar+MISSINGOrder

A very tiny library that allows define position for NSStatusBarItem inside NSStatusBar.

Usage

#import "NSStatusBar+MISSINGOrder.h"

// Let's create new status item at the end of menu bar!
NSStatusItem *statusItem = [systemStatusBar statusItemWithLength:NSVariableStatusItemLength positioned:NSStatusBarItemOrderingModeBefore relativeTo:NSStatusBarItemPriorityNotificationCenter];

// Voilà!

Installation

Author

Valentin Shergin, [email protected]

License

NSStatusBar+MISSINGOrder is available under the MIT license. See the LICENSE file for more info.