/XEEAlertView

XEEAlertView is a wrapper around UIAlertView which provides simplified interface. It is especially convenient in situations where multiple alert views can be activated from inside a single view.

Primary LanguageObjective-CMIT LicenseMIT

Alt text

XEEAlertView

XEEAlertView is a wrapper around UIAlertView which provides simplified interface. It is especially convenient in situations where multiple alert views can be activated from inside a single view.

XEEAlertView* alertView = [XEEAlertView alertViewWithTitle:@"Are you sure?" message:@"You are about to test XEEAlertView. Proceed?" cancelButtonTitle:@"No" otherButtonTitles:@"Yes", @"Maybe", nil];

[alertView handleAction:^(int buttonIndex) {
    NSLog(@"Button index pressed %d", buttonIndex);
}];

[alertView show];

Contact

Follow XEETech on Twitter (XEE Tech).

Connect with us on LinkedIn (@XEE_Tech).

License

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