TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Valentin Shergin.
A very tiny library that allows define position for NSStatusBarItem
inside NSStatusBar
.
#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à!
Valentin Shergin, [email protected]
NSStatusBar+MISSINGOrder is available under the MIT license. See the LICENSE file for more info.