Re: NSSplitViewController : not in Interface Builder library?

2015-10-07 Thread Jerry Krinock
> On 2015 Sep 16, at 08:48, Bill Cheeseman wrote: > > I recently spent two weeks trying to get NSSplitViewController to work > programmatically in an application with nibs, without success. I got close, > and I concluded that it probably can be done, but I gave up

RE: NSSplitViewController : not in Interface Builder library?

2015-09-16 Thread Lee Ann Rucker
What OS are you running Xcode in? I had some interesting fun when NSVisualEffectView showed up in Xcode 6.1 on 10.10 and built just fine with ibtool (we do it with scons) but didn't exist with the same Xcode and ibtool on 10.9. So I made it an NSView and set custom class NSVisualEffectView -

Re: NSSplitViewController : not in Interface Builder library?

2015-09-16 Thread Jerry Krinock
Thank y’all for the replies. The omission is in both Xcode 6.4 and 7.1. The answer is: > On 2015 Sep 15, at 23:26, dangerwillrobinsondan...@gmail.com wrote: > > those are only available in storyboards in IB. I got the opposite impression from here: http://asciiwwdc.com/2014/sessions/411

Re: NSSplitViewController : not in Interface Builder library?

2015-09-16 Thread Bill Cheeseman
I recently spent two weeks trying to get NSSplitViewController to work programmatically in an application with nibs, without success. I got close, and I concluded that it probably can be done, but I gave up because it was taking too much time. I'm also having a lot of trouble getting it to work

Re: NSSplitViewController : not in Interface Builder library?

2015-09-15 Thread Quincey Morris
On Sep 15, 2015, at 21:57 , Jerry Krinock wrote: > > NSSplitViewController was introduced in 10.10. I’ve read some posts which > imply that there should be such a thing, with associated NSSplitViewItem > objects, in the Object Library in Interface Builder. And it seems like