Popularity
0.5
Stable
Activity
0.0
Stable
6
3
1

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: UI     Alerts    

PJAlertView alternatives and similar libraries

Based on the "Alerts" category.
Alternatively, view PJAlertView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of PJAlertView or a related project?

Add another 'Alerts' Library

README

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 [email protected]

Bitdeli Badge