Skip to content

2.0.12

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 30 Nov 15:36
· 49 commits to master since this release

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]];
    • . . .