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!
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!
Copyright © 2021 Jogjafile Inc.
The class you're looking for is
NSSegmentedControl
. Read up about it in the official docs.