I need to understand how NSView autoresizes it\'s views. I\'ve set everything up in IB and my subviews resize nicely (when I resize my window around with a mouse). However,
Turns out my approach is correct. I was setting the frame size to an incorrect value, thus I wasn't getting the expected behavior. Doh.