Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PrajeetShrestha/PJAlertView
https://github.com/PrajeetShrestha/PJAlertView
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/PrajeetShrestha/PJAlertView
- Owner: PrajeetShrestha
- License: mit
- Created: 2015-03-23T05:42:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T01:36:54.000Z (over 9 years ago)
- Last Synced: 2024-08-01T23:41:13.654Z (3 months ago)
- Language: Objective-C
- Size: 141 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")