2.0.1
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