Tomas.1997
Tomas.1997

Reputation: 171

TabView in Toolbar in swift

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

Answers (1)

Good Doug
Good Doug

Reputation: 2072

You want to use a NSSegmentedControl for that. That will give you the buttons without the tab view

Upvotes: 1

Related Questions