What I need may be pretty basic, but I'm definitely not sure as to how to proceed (I've done that before but none of my choices seem that Cocoa-friendly).
Ok, let's say we've got 2 NSView
s - one next to the other:
- The one on the left serves as a menu.
- The one on the right will show a NSView (from a different XIB perhaps?) depending on the selection on the menu.
My questions :
- How should I go about loading the different
NSView
s into the rightmost NSView? - How do I make sure that the subview (the one currently active) is properly resized when the window is resized?