Skip to content

PrajeetShrestha/PJAlertView

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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