I set the background colour for nswindow and for some reason its displaying the correct colour for os x 10.11 and mac os 10.12, however its displaying white background for os x 10.10, anyone know how to fix it.
I'm using Xcode 7.3.1 on os x 10.11.6
Code:
override func awakeFromNib() {
window.backgroundColor = NSColor(deviceRed: 0.10, green: 0.74, blue: 0.61, alpha: 1)
}
I'm using Xcode 7.3.1 on os x 10.11.6