An iOS AlertView Library ,with Error,Success,Warning
It's very esay to use HHAlertView
##setup
pod 'HHAlertView', '~> 0.0.1'
[HHAlertView showAlertWithStyle:HHAlertStyleOk inView:self.view Title:@"Success" detail:@"You are successful!" cancelButton:nil Okbutton:@"Sure"];
there are three styles
HHAlertStyleOk
HHAlertStyleError
HHAlertStyleWarning
It's easy to use,enjoy it!
email:info@mrchenhao.com