I\'m using this code to bring up my window:
[self.window makeKeyAndOrderFront:self]; [self.window setOrderedIndex:0];
But often it will be
Swift 2.0
NSApp.activateIgnoringOtherApps(true)
Helpful Programming Tips and Hacks