Hello, this is a Cocoa question:
I know how to set up a basic split-view, but I was wondering if anybody knows how to set up a split-view like the one in Xcode? Basically, this has no splitter bar, but instead it has a button in one of the top corners of the view - in a header view or in a scroll view. If you click on and drag this button, it serves the same function as a split view (ie. resizes two views relative to one another).
On a related note, I was wondering how I would go about creating a "header view" for an NSTextView - something like the NSTableHeaderView. I basically want a header to a text view that displays some details (such as document name).
If anybody can just give me some pointers on where to start to achieve these things, I would be really grateful.
Many thanks,
KB