An NSSplitView object stacks several subviews within one view so that the user can change their relative sizes. By default, the split bars between the views are horizontal, so the views are one on top of the other.

learn more… | top users | synonyms

0
votes
0answers
7 views

How can I animate NSSplitView collapse with auto layout

I have an interface designed as below set up with auto layout in the XIB. [Left Pane]-[Center Pane]-[Right Pane] [ Bottom Pane ] Currently it supports max and min ...
0
votes
0answers
8 views

Why does setting divider position of NSSplitView then constrain its position?

I programmatically created an NSSplitView and added two subviews (an NSOutlineView in an NSScrollView, and an empty NSView). I wanted the initial divider position to be more toward the left (it was ...
0
votes
1answer
25 views

File browser-like element in Mac OS programming of Xcode

Sorry that my title is not clear enough. What I wanted to ask is based on a screen capture: I want to make an app like this. But there are two elements I do not know what the classes are: A and B (C ...
0
votes
0answers
7 views

how let NSSplitView to change with of NSTextField with limitation of length of text

I has a window. and I put a split view in it. then insert a label in a side of split view, I found the length of text in label against resizing either by window resizing or diver moving. My question ...
1
vote
1answer
44 views

How to force all subviews of NSSplitView to be visible at startup?

I am making a UI completely programmatically. I made a NSWindow, and attached a NSSplitView. The problem is first subview of the split-view always become collapsed when window shows up at program ...
1
vote
2answers
36 views

NSSplitView issues with 10.7 and 10.8

i'm experiencing some issues with AutoLayout. Building for 10.8 with Xcode 4.6.2 none of the constraints i setup work for OSX 10.7. Are there any known issues around this? Thanks!
0
votes
0answers
19 views

Can I draw a given NSView in my NSSplitView's drawDividerInRect?

I've got a subclassed NSSplitView, and it has an NSView property called "CustomDividerView". I can't access the divider view of the subclassed NSplitView (easily anyway), so can't add my custom view ...
0
votes
2answers
36 views

NSSplitView - How can I receive a notification AFTER the view has finished resizing?

I need to know when the frame of any NSSplitView subviews have changed, but only after they have finished resizing. Currently I am using this in an NSSplitView subclass: [[NSNotificationCenter ...
0
votes
1answer
55 views

NSSplitVIew - auto saving divider positions doesn't work with auto layout enabled

With auto layout enabled, auto saving divider positions by setting an autosave name for the NSSplitView in interface builder results in each divider being completely collapsed on an app restart. ...
2
votes
1answer
58 views

Inconsistent state of NSSplitView

I am playing around with NSSplitView - quite successfully for now but here is my Problem: My SplitView looks like this: Test project here: ...
0
votes
1answer
17 views

Resizing weirdness in custom View with isFlipped YES

I'm having a hard time getting my subview to behave properly. I am using auto-layout. My main window is an NSSplitView. One of the views in the split view is a custom view, where I set ...
0
votes
2answers
46 views

Forcing a delegate method to be called

I have a delegate method of an NSSplitView like this: - (void)splitViewWillResizeSubviews:(NSNotification *)aNotification { NSLog(@"RESIZE!"); } This method is called whenever I drag a divider, ...
0
votes
1answer
24 views

How to create custom Object Library items?

I have written a custom view class that has two sub views, very similar to NSSplitView. I would like my new class to show up with two sub views when it is used in interface builder. The two subviews ...
0
votes
1answer
31 views

NSSplitView inside tab view appears filled by first pane

I have an NSSplitView inside an NSTabView. If the split view's tab is the one initially shown, it seems to work fine, but if the split view's tab is shown later instead, it appears with the first pane ...
0
votes
2answers
104 views

NSSplitView: how to not resize with the window but only in “manual” way?

I' ve a simple vertical NSSplitView and I wan't that keeps his size when I resize the windows but I want to allow the resize of the NSSplitView manually when dragging the vertical bar that divides the ...
0
votes
1answer
73 views

Change divider positions in NSSplitView when subviews change

I have an NSSplitView with four subviews. Each subview has a header with some text and an on/off checkbox, and below it an NSTableView. The user can toggle visibility of the table by using the ...
1
vote
1answer
64 views

nssplitview programmatically add nsview on top

I am trying to programmatically add a NSView over a NSSplitView (to cover it). Every attempt to do this has resulted in it being added into the NSSplitview as an extra subview. Can anyone please help? ...
0
votes
1answer
97 views

How to Hide Divider when NSSplitView subview is Collapsed?

OK, here's my problem : I've been using DMSplitView for some NSSplitView manipulation. However when the rightmost view is collapsed, the divider (even if it's being pushed to the right) is still ...
3
votes
1answer
127 views

NSSplitView divider on INAppStoreWindow title bar

I'm trying to create a Reeder/Sparrow-like UI to handle the content of my app. Currently I use an NSSplitView with two NSViews inside (the one on the left is the list of content and the other on the ...
0
votes
1answer
53 views

Set Fixed Height for NSSplitView subview

OK, so here's the deal : I'm having a vertical NSSplitView (actually using DMSplitView sublass) with 2 subviews in it I want the bottom one to be of fixed height DMSplitView manages to "fix" its ...
0
votes
1answer
56 views

nssplitview dividerColor return is ignored

The dividerColor method return color value seems to be ignored in a subclass of NSSplitView. I have seen various discussions about this, But I have never seen a solution. Does anybody know a solution ...
1
vote
1answer
101 views

cocoa NSTableView in CustomView in SplitView size don't adjust

I have a NSSplitView as my "Superview". In this SplitView is a Custom View with a NSTableView. I'm try to load my Custom View from a Controller class and then adjust the size of the custom view and ...
0
votes
0answers
55 views

Different dividerStyle for each divider

I'm trying to get different dividerStyles for each divider in a SplitView. The SplitView sets 1 style for all dividers however. Is there a way to set a style for each divider? Most of the delegate ...
0
votes
1answer
101 views

How to make an NSSplitView transparent without having the splitter disappear?

I've extended my window so that it has a button content border. The problem is that my NSSplitView covers the border. My thoughts were that I could make the split view transparent (but the controls on ...
0
votes
0answers
74 views

Move CustomView with SplitView Divider

I'm pretty new to Objective-c and coding using xcode so apologize if this is just something easy. I would like to move a custom view containing NSButtons along with the NSSplitView Divider. In other ...
0
votes
0answers
88 views

NSSplitView Controller: how to move from one viewcontroller to another programmatically

I'm new to mac development. I've used NSSplitView to divide my view. when I select the field from the left side of split view, the selected view has been displayed on the right side of split view. ...
0
votes
0answers
52 views

NSSplitView toggling the visibility of a view

I'm trying to use a button to toggle the visibility of a view (and the splitter divider). Here is the code that I am attempting to use: - (BOOL)splitView:(NSSplitView *)splitView ...
0
votes
0answers
53 views

NSSplitView under NSTabView - prevent 0x0 resize on show

I currently am using an NSTabView to display a set of NSSplitView-based subviews. My problem: The first time that I switch to anything except the first tab, the NSSplitView triggers two resize calls ...
2
votes
1answer
245 views

How to change the NSSplitView divider thickness to 1px?

I would like to make the divider of an NSSplitView very thin, only 1px wide like Mail.app, Xcode.app, and many other Mac applications. What is a good way to do this? I have experimented with setting ...
0
votes
0answers
140 views

Fixed constraints automatically added to a subpanel of NSSplitView

I want to create a window with a nested Splitview structure. In my window, the top level split view is a horizontal split view, the left panel is then divided by a vertical split view, and the ...
0
votes
1answer
159 views

Fixed size Views in NSSplitView

I have a NSSplitView, with three views. I wan't the first view (from the left) to be 100.0 wide and I want the second (from the left) to be 250.0 wide. I also want the width of those two views to ...
0
votes
0answers
43 views

Dynamic changing divider color by subclassing nsslitview

I'm not sure if this is correct way to do things but I wanted to subclass NSSplitView (MySplitView) and have its dividerColor changed whoever uses it. And I added MySplitView to my xib splitview. I'm ...
0
votes
1answer
340 views

Starting Position of NSSplitView divider

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]; ...
0
votes
2answers
218 views

NSView OverLaying NSWindow Bottom Bar

For the life of me I cannot figure this out. I am working Xcode for Mountain Lion. I am having trouble adding NSView to an NSSplit View in my main NSWindow. My split view works as expected although ...
0
votes
0answers
42 views

Linking scrolling in NSSplitView panes

I have a NSSplitView, (vertical split) and a WebView in each pane (idea being showing previous and current pages simultaneously). Sorted a zoom control that scales both but I would also like to link ...
3
votes
2answers
508 views

NSTableHeaderView prevents auto layout from resizing scroll view in a split view

The question: Why having a header view prevents scroll view from being resized by auto layout? I'm trying to embed my custom view in a scroll view, which in turn is enclosed in a split view. I've ...
2
votes
3answers
318 views

How do I implement a 3 pane NSSplitView with minimum & maximum sizes?

I want to implement a 3-pane vertical NSSplitView (very similar to Mail.app). I'm not really sure where to start. I'm pretty sure I need to implement a NSSplitViewDelegate, but I'm not sure which ...
4
votes
1answer
369 views

Sidebar Demo - replaceSubview

I have NSSplitView with divider style set as thin and it looks great. However, if I replace one of a subviews with this line of code [self.horizontalSplitView ...
10
votes
8answers
3k views

NSSplitView and autolayout

How should I use auto layout constrains inside NSSplitView subview? My NSSplitView subview has 3 subview: topPane, tableContainer and bottomPane and I set the constrains like this: NSDictionary* ...
0
votes
1answer
389 views

How to animate the NSSplitView while resizing?

I would like to animate while resizing NSSplitView programatically. Here is the code for resizing the view in SplitView In awakeFromNib: Iam observing the NSSplitViewWillResizeSubviewsNotification ...
3
votes
1answer
401 views

How to change color of divider in NSSplitView?

Can we change the color of the divider? Apple documentations says, that we can override -dividerColor in subclass of NSSplitView for this, but it doesn't works for me, or my understanding isn't ...
0
votes
2answers
685 views

NSSplitView resizes the custom NSView contained

I've a vertical NSSplitView, the bottom subview contains a custom view (eg NSView) and a NSTextView. The NSView contains inside it two NSButtons. When I resize the splitView, making it smaller, the ...
1
vote
1answer
412 views

NSView added as subview doesn't show

I have a puzzling problem. Working on a cocoa app in mac os x 10.7. My app main window contains a split view. In a certain use context in one of the subviews of the split view is loaded a custom view ...
2
votes
1answer
409 views

how to set maximum width for splitview?

I am new to Cocoa and Xcode 4. I have one project on OSX Lion Application. I need to design interface in Xcode. I use NSSplitView to create 3 column in my Application. And i want to set the maximum ...
1
vote
1answer
1k views

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 would be the optimal Cocoa-friendly way to toggle the SideBar view? I would ...
1
vote
1answer
452 views

SplitView not resizing NSTableView in subview correctly

I have a 10.6 app that I am building on Lion with Xcode 4.3 There is a horizontal split view in the main view, containing the following: The top view contains an NSSearchField with an NSTableView ...
2
votes
2answers
977 views

NSSplitView: Controlling divider position during window resize

I have an NSSplitView that's having two panes - a sidebar table view on the left and a web view on the right one. I also have a delegate set that's handling constraints for the sidebar like this: - ...
3
votes
1answer
529 views

How to constrain NSSplitView?

Hi I'm trying to constrain the max and min coordinate of an NSSplitView. I've created a view controller and assigned it as the delegate of an NSSplitView. The delegate methods get called however, the ...
1
vote
1answer
998 views

Replace subview of NSSplitview with custom view

I still have a lot to learn with cocoa so I may have missed something obvious here. I have a custom view I would like to display in an nssplitview which replaces the current subview there. I have a ...
1
vote
1answer
336 views

Widening NSWindow when NSSplitView subview is expanded/uncollapsed to make room

I have an NSSplitView with two subviews. My goal is to have each subview restricted to a minimum width but have the window's minimum width depend on which of the subviews is visible. So for example, ...

1 2