0

How can I make a flat NSButton just like in this picture?

buttons

I think this picture from Mac OS X >= 10.9. I have Mac OS X 10.8.5.

Mureinik
  • 297,002
  • 52
  • 306
  • 350
abg
  • 2,002
  • 7
  • 39
  • 63
  • I suspect you may need to subclass `NSButtonCell`. By the way, I think that picture is of an `NSSegmentedControl`, not `NSButton`. – JWWalker Mar 14 '15 at 16:51

1 Answers1

1

Try removing the border to your button. In interface builder it is a simple check mark in the attributes inspector

A O
  • 5,516
  • 3
  • 33
  • 68
  • Unchecking "bordered" removes the background too, so all you see is the text. I don't think that's what the poster wants. – JWWalker Mar 14 '15 at 16:49