Skip to content

173323222/HHAlertView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HHAlertView

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:info@mrchenhao.com

About

An iOS AlertView Library ,with Error,Success,Warning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 85.8%
  • Ruby 14.2%