I used and loved RBSplitView, however I was not able to redefine it programmatically, since a certain version of xcode no longer supports IB plugins.
So I returned to using NSSplitView. NSSplitView is great for what I need, the fact is that NSSplitView autosave is broken. Therefore, I decided to implement it myself.
What I'm doing right now is resizing one of the NSSplitView subzones.
What is the correct way to resize NSSplitView? - setPositionOfDivider: itIndex: there should be a way to go (haven't tried it), however I don't know how to get the current position of the separator.
- in advance
objective-c xcode cocoa appkit nssplitview
Antwan van houdt
source share