Skip to content

EvanLu/ELSimpleAlertView

Repository files navigation

ELSimpleAlertView

Easy way to use UIAlertView/UIAlertController in appropriate iOS version

Installation

#import "ELSimpleAlertView.h"

Usage - Show Default Alert View

ELSimpleAlertView *alertView = [[ELSimpleAlertView alloc] init];
[alertView showAlertViewWithDefaultStyle:@"Hey there"
                                   title:@"Title"
                       cancelButtonTitle:@"Cancel"
                      confirmButtonTitle:@"Confirm"
              cancelButtonActionCallback:nil
             confirmButtonActionCallback:nil
                           blockArgument:nil];

Or see the "ViewController.m" for more example

Screenshot

License

ELSimpleAlertView is available under the MIT license. See the LICENSE file for more info.

About

Easy way to use UIAlertView/UIAlertController in appropriate iOS version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published