In 10.10 Apple introduced some updates on AppKit with Storyboards and a few classes. One of those is NSTabViewController.
In the WWDC Session 212 the presenter showed some properties of the class.
Supposedly, the default NSSegmentedControl
could be modified, or, setting tabStyle
to NSTabViewControllerTabStyleUnspecified
could enable us to modify the tabs style. The problem is that segmentedControl doesn't appear to be an available property on the SDK.
Maybe it didn't made it to release? How can we change the style without it?
My goal was to implement something like the Xcode 6 left tab.