I’d like to make a window that is split vertically and where the right hand side can slide back and forth. Just like in Xcode 4.1 where the “Hide or show Utilities” button makes the utility windows slide back and forth.
How do I do that with Cocoa?
Thanks,
jules
The class you’re looking for is called NSSplitView.