Skip to content

JBAlertView is the new AlertView for showing different alerts type (default, connection, error, ...)

Notifications You must be signed in to change notification settings

onevcat/JBAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JBAlertView

JBAlertView is an alert view custom with more style: JBAlertViewStyleDefault, JBAlertViewStyleConnection, JBAlertViewStyleError, ... It's really easy to use and customize !

Check the Screenshot folder for demo.

jeanbaptistecastro.com

Installation

  • Add the JBAlertView folder in your project with JBAlertView.h.m.xib, default.png and error.png
  • Import the JBAlertView.h
  • Use it !

Use

Create a JBAlertView :

[JBAlertView alertInView:view 
                      ofStyle:JBAlertViewStyle* 
                   withTitle:title 
                   andDetail:detail 
                   hideAfter:time];

The JBAlertViewStyle are JBAlertViewStyleDefault, JBAlertViewStyleConnection and JBAlertViewStyleError but more in project.

ARC

This is full ARC support !

Contact

jeanbaptiste.castro@gmail.com

About

JBAlertView is the new AlertView for showing different alerts type (default, connection, error, ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published