0

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

zs2020
  • 53,766
  • 29
  • 154
  • 219

1 Answers1

4

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

spudwaffle
  • 2,905
  • 1
  • 22
  • 29