Re: NSSplitView: Many subviews and ViewControllers, best practices

2013-05-21 Thread Graham Cox
On 21/05/2013, at 6:39 PM, Trygve Inda wrote: > In one pane, I need to have three different views supported by an NSBox that > I can swap the views out (for icon, thumbnail and list view modes). These > views all need access to the same NSArrayController. Have you considered using a tabless NST

NSSplitView: Many subviews and ViewControllers, best practices

2013-05-21 Thread Trygve Inda
I have an NSDocument-based app. The NSDocument's window has at it's root, an NSSplitView with 7 separate panes/subviews... A Source list on the left and several panes to the right with horizontal and vertical splits. In one pane, I need to have three different views supported by an NSBox that I c