Skip to content

PrajeetShrestha/PJAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PJAlertView

This library is to make your own custom alert views to match your apps look and feel. Totally customizable.

How to use?

Import PJAlertView.h , PJAlertView.m and PJAlertView.xib files to your project.

PJAlertView *alert = [[PJAlertView alloc]initWithTitle:@"Error!" message:@"There was some error in network!!! " delegate:self cancelButtonTitle:nil okButtonTitle:nil];
[alert show]; 

As simple as that . Now you can modify the colors and other properties of PJAlertView.xib file to customize alert view according to your app.

####Note that you should not alter the layout constraints of the PJAlertView.xib and outlets. Just modify color and shadow properties.

For any queries please feel free to mail me at prajeet.shrestha@gmail.com

Bitdeli Badge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published