Starting Position of NSSplitView divider

Viewed 5719

How can I set the start position of a NSSplitView?

The closest thing I've found that looks like it would work is setPosition

//Set splitView position.
[splitView setPosition:330 ofDividerAtIndex:0];

This doesn't seem to do anything though, my splitview still starts with the divider in the center.

ANy ideas?

4 Answers
Related