Skip to content

damarclabs/MLHudAlert

Repository files navigation

MLHudAlert

Hud style alert window for Mac OS X

Screenshot

Usage

// Show hud window
[MLHudAlert alertWithWindow:self.window type:MLHudAlertTypeSuccess message:@"Login successed."];

Installation

You need use Cocoapods, and add follow code in you Podfile

pod 'MLHudAlert', git: 'https://github.com/MacLabs/MLHudAlert.git'