Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jump bar (similar to XCode's) control for Cocoa app

I've identified Xcode's jump bar as something that would prove very useful in one of my applications. I've searched high and low (both internet and in Apple's documentation), and haven't come up with an available implementation of the jump bar or a similar control.

Is there a publicly available jump-bar control?

EDIT: See Apple's description of the jump bar in XCode here if you don't know what I'm talking about.

like image 484
leecbaker Avatar asked Feb 23 '23 00:02

leecbaker


1 Answers

I think this might be what you are looking for: GCJumpBar

like image 87
Joshua Avatar answered Mar 06 '23 05:03

Joshua