I\'m trying to create a label programmatically using NSTextField, but it comes out blurry: screenshot
This is my code so far:
NSTextfield *textfield
I had the same problem, but I have solved it by:
textfield.canDrawSubviewsIntoLayer = true