My Application work as expected in 10.6, 10.7, 10.8 and 10.9, but in 10.10 I found that the windows background color is not set as in the old OSes....leaving gray windows.
This is the code:
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
self.window1.backgroundColor = [NSColor whiteColor];
self.window2.backgroundColor = [NSColor whiteColor];
}
each help is appreciated