The Wayback Machine - https://web.archive.org/web/20201029083446/https://github.com/shergin/NSStatusBar-MISSINGOrder
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

NSStatusBar+MISSINGOrder

Version License Platform

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

NSStatusBar+MISSINGOrder is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NSStatusBar+MISSINGOrder"

Author

Valentin Shergin, valentin@shergin.com

License

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

About

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

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.