zs2020
zs2020

Reputation: 54543

How to implement the split button in Xcode 4.3?

I want to implement the buttons in my Mac app like the split button on Xcode's menubar. How to do that?

Thanks in advance!

enter image description here

Upvotes: 0

Views: 354

Answers (1)

spudwaffle
spudwaffle

Reputation: 2925

The class you're looking for is NSSegmentedControl. Read up about it in the official docs.

Upvotes: 4

Related Questions