一个iOS AlertView库,具有错误、成功、警告功能。
使用HHAlertView非常简单
pod 'HHAlertView', '~> 0.0.1'
[HHAlertView showAlertWithStyle:HHAlertStyleOk inView:self.view Title:@"Success" detail:@"You are successful!" cancelButton:nil Okbutton:@"Sure"];
有三种样式
HHAlertStyleOk
HHAlertStyleError
HHAlertStyleWarning
使用起来非常方便,享受吧!
电子邮件:[email protected]