CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

HHAlertView 0.1.0

HHAlertView 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Oct 2015

Maintained by Hao Chen.



  • By
  • ChenHao

An iOS AlertView Library ,with Error,Success,Warning

image

It's very esay to use HHAlertView

setup

use pod

 pod 'HHAlertView', '~> 0.0.1'

How to use

 [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!

demo

image

image

Email:[email protected]