RE: NSSplitViewController : not in Interface Builder library?
RE: NSSplitViewController : not in Interface Builder library?
- Subject: RE: NSSplitViewController : not in Interface Builder library?
- From: Lee Ann Rucker <email@hidden>
- Date: Wed, 16 Sep 2015 07:05:22 +0000
- Thread-topic: NSSplitViewController : not in Interface Builder library?
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 - no problems.
________________________________________
From: cocoa-dev-bounces+lrucker=email@hidden [cocoa-dev-bounces+lrucker=email@hidden] on behalf of Jerry Krinock [email@hidden]
Sent: Tuesday, September 15, 2015 9:57 PM
To: Cocoa Developers
Subject: NSSplitViewController : not in Interface Builder library?
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 they certainly should be in there. But for the life of me I cannot find any such thing. Does it go by a different name or something? The only thing close is “Vertical Split View” and “Horizontal Split View”, but of course these just give me the old NSSplitView and a pair of NSView objects.
I realize I can use a NSViewController, identify it with custom class NSSplitViewController, and add the missing splitView outlet, and add the NSSplitViewItem objects in code. But this seems like the kind of kludge that would lead to trouble.
Thanks,
Jerry
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden