Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PrajeetShrestha/PJAlertView


https://github.com/PrajeetShrestha/PJAlertView

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

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](https://d2weczhvl823v0.cloudfront.net/PrajeetShrestha/pjalertview/trend.png)](https://bitdeli.com/free "Bitdeli Badge")