I have an NSSplitView
covering all of my window.
The NSSplitView
contains two (vertical) subviews, one next to the other.
When the user resizes the window, I want the one on the left to remain intact. How is that doable?
P.S. Not the AutoLayout-way.