Tagged Questions
0
votes
1answer
11 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
1answer
56 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
56 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
79 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 ...
1
vote
1answer
88 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
68 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
49 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
1answer
314 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
206 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 ...
4
votes
1answer
359 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 ...
2
votes
1answer
347 views
Setting view in NSSplitView not working
Please excuse my ignorance, I'm coming from iOS to Mac programming. I have two nibs. One is the main window with the split view. The nib contains a navigationController view I created. I'm trying to ...
4
votes
1answer
2k views
Automatically resizing subview created programmatically
I have a NSSplitView. On the left pane of that split view I have an NSTableView and a custom view created programmatically. I'm using a delegate to make sure my two panes don't resize at the same ...
2
votes
1answer
1k views
NSSplitView subview size programmatically constrained to container NSSplitView's size
It is hard to put this problem into words, but a real world example will help. If you look at the iTunes app, it appears to have a NSSplitView for the Sidebar | Content split, and a nested NSSplitView ...
1
vote
2answers
488 views
No MouseUp:/Down: on custom view in NSSplitView on Leopard
I am currently working on a project build for OSX 10.5 and up.
First of all, the 10.6 users do not see this; only 10.5 users have this issue.
You are not able to reproduce this on 10.6.
In short: ...
1
vote
4answers
904 views
How do I fix the height of my view after collapsing NSSplitView?
I've got an NSSplitView with an NSScrollView in the bottom view. The problem is when I collapse, and then re-open (un-collapse) the bottom view, the height of the scroll view is beyond the height of ...

