On Xcode the buttons in the top right corner look like this, depending on their selected state:
I try to replicate it and set the images in my NSSegmentedControl but I only get this
I have played with segButtons.selectedSegmentBezelColor = [NSColor selectedControlColor];
or
segButtons.highlighted = YES;
but nothing matched. I can't find any other "color" property, in the code or in the inspector.
I'm looking for a solution that would work both on dark or light mode. Thanks in advance!
EDIT:
when using the template: it gets one step closer! but still not blue (even when trying selectedSegmentBezelColor
). Much better already though