• Stars
    star
    289
  • Rank 143,419 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.