Reputation: 171
Can I create a tab view in toolbar like the app Photos (Yosemite)? I want only a segmented buttons, without images. I have tried to set the style of TabView Controller into 'Toolbar', but it creates also images.
Upvotes: 2
Views: 686
Reputation: 2072
You want to use a NSSegmentedControl
for that. That will give you the buttons without the tab view
Upvotes: 1