Top "Nssplitview" questions

An NSSplitView object stacks several subviews within one view so that the user can change their relative sizes.

How to expand and collapse parts of NSSplitView programmatically?

I want to replace RBSplitView with NSSplitView in my existing project. The application is now leopard only and I would …

cocoa expand nssplitview
NSSplitView and autolayout

How should I use auto layout constrains inside NSSplitView subview? My NSSplitView subview has 3 subview: topPane, tableContainer and bottomPane and …

cocoa autoresizingmask nssplitview autolayout
How to expand and collapse NSSplitView subviews with animation?

Is it possible to animate the collapsing and expanding of NSSplitView subviews? (I am aware of the availability of alternative …

cocoa macos animation nssplitview
Setting minimum width of NSSplitViews

I'm having a heck of a time setting up a simple split view. The first split view is collapsed. I …

xcode macos swift nssplitview
How to disable resizing of the subview of NSSplitView in Interface Builder?

I've created in Interface Builder a NSSplitView with two subviews. I want the left-side view to have fixed width. I've …

cocoa interface-builder nssplitview
How to toggle visibility of NSSplitView subView + hide Pane Splitter divider?

We have a parent Split view (NSSplitView), and two subviews, Content and SideBar (the sidebar is on the right). What …

objective-c cocoa swift toggle nssplitview
NSSplitView make only one panel expand on window resize using auto-layout?

Is it possible to achieve the following just using the auto-layout options available from Xcode? For example by changing hugging …

xcode macos cocoa nssplitview