Skip to content

2.0.1

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 03 Nov 13:33
· 63 commits to master since this release

Now you can:

  • Set global tint color for all LGAlertViews using class method
    • + (void)setTintColor:(UIColor *)color;
  • Show only one button for one row
    • alertView.oneRowOneButton = YES;
  • Programmatically call action, cancel and destructive methods
    • - (void)forceCancel;
    • - (void)forceDestructive;
    • - (void)forceActionAtIndex:(NSUInteger)index;
  • Forced choose animations from bottom, then show ActionSheet on iPad
    • alertView.padShowActionSheetFromBottom