How to implement the split button in Xcode 4.3?

372 views Asked by At

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

1

There are 1 answers

0
spudwaffle On BEST ANSWER

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