Skip to content

mayuur/MJAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published