How's NSViewController catching window size changes?
-
How's NSViewController catching window size changes? We need to redistribute the inputs, without constraints and IntefaceBuilder.
-
To catch the change of the window, you can use the KVO to "frame" and redistribute the same frame by hand.