mayuur / MJAlertView

Simple automatic Dismissible Alert with minor 3D Transforms. Produces an effect similar to Saavn's dismissible Alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MJAlertView

Simple automatic Dismissible Alert with minor 3D Transforms. Produces an effect similar to Saavn's dismissible Alerts

Using it, is dead simple. Just add UIView+MJAlertView Category to your project and you are good to go!

Functions

  1. Showing a simple dismissible alert
[UIView addMJNotifierWithText:@"Hey there!" dismissAutomatically:YES];

simpleAlert widerAlert

  1. Showing a persistent alert
[UIView addMJNotifierWithText:@"This won't go. Click Dismiss to hide it!" dismissAutomatically:NO];

cancelAlert dismissAlert

Animation speed, Transforming values, changing dimensions and doing any other customization is very easy. Just go to UIView+MJAlertView.m and modify it.

Thanks!

Follow me or ask questions or just say Hi! at Twitter : @mayuur

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

Simple automatic Dismissible Alert with minor 3D Transforms. Produces an effect similar to Saavn's dismissible Alerts

License:MIT License


Languages

Language:Objective-C 91.9%Language:XML 8.1%