I\'m trying to create a label programmatically using NSTextField, but it comes out blurry: screenshot
This is my code so far:
NSTextfield *textfield
Try this below:
textField.drawsBackground = true textField.backgroundColor = NSColor.white.withAlphaComponent(.leastNormalMagnitude)