Skip to content

notjosh/BCStatusItem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCStatusItem

BCStatusItem is a view & NSStatusItem category to let you easily expand the functionality of NSStatusItem. One issue with NSStatusItem is getting it's location/frame on the screen. You can do this if it has a custom view, so one of the features of BCStatusItem is to by default have a custom view that behaves like NSStatusItem does by default.

Current features

  • Adds - [NSStatusItem frame] via custom view's window frame (lets you easily position a window near it)
  • Makes it easy to enable drag & drop on the status item

Unfinished

  • Title drawing
  • Action/doubleAction support
  • Possible convenient way of adding an 'accessory view'
  • See issues for more

License

BSD license, See LICENSE.md

About

Classes for extending the abilities of NSStatusItem including drag & drop and getting its location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%