OK I'm having problems centering some text in an NSTextField when it is sent an NSAttributedString, it seems to always left align it.
Rather than using setStringValue, I'm using setObjectValue to set it, and I assume that is was is breaking the centering. Is it possible to center the NSAttributedString itself or something?
Rather than using setStringValue, I'm using setObjectValue to set it, and I assume that is was is breaking the centering. Is it possible to center the NSAttributedString itself or something?