Re: Xcode inspector-like tabs?

2016-11-07 Thread Rick Mann
Hmm, maybe. I missed that. When I select it, I get nothing at all, not sure how to specify the images for my tabs. But I'll look into it. Thanks! > On Nov 7, 2016, at 19:49 , Quincey Morris > wrote: > > On Nov 7, 2016, at 19:45 , Rick Mann

Re: Xcode inspector-like tabs?

2016-11-07 Thread Quincey Morris
On Nov 7, 2016, at 19:45 , Rick Mann wrote: > > I just wanted it to do all the heavy lifting there, like a tab controller. Now that I think about it, doesn’t the “toolbar” style of NSTabViewController do what you want? ___

Re: Xcode inspector-like tabs?

2016-11-07 Thread Rick Mann
> On Nov 7, 2016, at 19:43 , Quincey Morris > wrote: > > On Nov 7, 2016, at 18:01 , Rick Mann wrote: >> >> Is there a standard control to implement the Xcode inspector tabs across the >> top? > > My guess is that it’s just a

Re: Xcode inspector-like tabs?

2016-11-07 Thread Quincey Morris
On Nov 7, 2016, at 18:01 , Rick Mann wrote: > > Is there a standard control to implement the Xcode inspector tabs across the > top? My guess is that it’s just a custom view with a series of buttons, with the button status driven by the selected tab of the tabless tab

Xcode inspector-like tabs?

2016-11-07 Thread Rick Mann
Is there a standard control to implement the Xcode inspector tabs across the top? The segmented control doesn't seem to have a controllable height. Tab controller doesn't seem to have a mode that looks like that. I figure the rest is built with a (tabless) tab controller and stack view. --