I have configured a view .xib with an NSTableView; I load the nib
and add the table view to another parent view. I've implemented the
necessary delegate and data source methods. It's all working just
peachy, except...
It's placement in the parent view is wrong, and I can't figure out
how to place it correctly.
In the .xib file, I've configured all 4 exterior sizing connections
to be struts, both interior sizing connections to be springs, for
the view, the scrollview, and the table view.