Skip to content

engmsaleh/LNMenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LNMenu

A NSView based replacement for NSMenu.

Why?

In most cases, NSMenu works great. However we ran into limitations with Droplr where we wanted to do more fancy stuff with our menu like showing a popover when you hovered over certain menu items, etc, similar to how Spotlight search works. This proved to be impossible with NSMenu. There just wasn't enough control. So I did the drudgery of writing a view-based replacement for NSMenu and now I'm sharing it with you.

Usage?

I provided a sample app that shows how to use it with a popover but feel free to hack away use it in anyway that you need.

We used approximately this code in Droplr for Mac 2.0-3.0 to power the our NSStatusItem menu. If you come up with an improvement, submit a pull request and I'll do my best to merge it in a timley fashion.


Levi Nunnink / culturezoo.com / @a_band

About

A NSView based replacement for NSMenu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%