CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Oct 2015 |
Maintained by Hao Chen.
An iOS AlertView Library ,with Error,Success,Warning
It's very esay to use HHAlertView
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:[email protected]