2.0.12
Now you can:
- Dismiss or not alert view on user action (default is YES)
alertView.dismissOnAction = NO;
- Setup all properties globally for all instances of LGAlertView
[LGAlertView setTintColor:[UIColor greenColor]];
[LGAlertView setColorful:NO];
[LGAlertView setCoverColor:[UIColor colorWithWhite:1.f alpha:0.8]];
[LGAlertView setBackgroundColor:[UIColor grayColor]];
- . . .