How to style NSButton in AppKit
Issue #297
1 | let button = NSButton() |
To make it have native rounded rect
1 | button.imageScaling = .scaleProportionallyDown |
1 | import AppKit |
Issue #297
1 | let button = NSButton() |
To make it have native rounded rect
1 | button.imageScaling = .scaleProportionallyDown |
1 | import AppKit |