Hud style alert window for Mac OS X
// Show hud window
[MLHudAlert alertWithWindow:self.window type:MLHudAlertTypeSuccess message:@"Login successed."];
You need use Cocoapods, and add follow code in you Podfile
pod 'MLHudAlert', git: 'https://github.com/MacLabs/MLHudAlert.git'