GCJumpBar
GCJumpBar copied to clipboard
NSControl subclass that mimics Xcode's Jump Bar
h1. GCJumpBar
@NSControl@ subclass that mimics the Xcode 4 Jump Bar.
!http://littlekiwi.co.cc/GithubImages/GCJumpBarDemo.png!
h2. Usage
(See the demo project included)
When you have added the @GCJumpBar@ folder in your project, simply allocate the Jump Bar and pass it a @NSMenu@. That's all.
The Jump Bar can be used and its delegate and menu can be set in Interface Builder.
You can set a delegate that will receive messages when the Jump Bar changes selection.
- (void) jumpBar:(GCJumpBar*) jumpBar didSelectItemAtIndexPath:(NSIndexPath*) indexPath;
h2. Missing features
@GCJumpBar@ doesn't have all the feature present in Xcode 4. The subset of feature present right now was what I needed. However, I will continue to work on it and you're welcome to fork it!