2.0.0
Now LGAlertView combine UIAlertViewController, UIAlertView and UIActionSheet.
You can:
- Select the style
- LGAlertViewStyleAlert
- LGAlertViewStyleActionSheet
- Select window level:
alertView.windowLevel = LGAlertViewWindowLevelAboveStatusBar;
alertView.windowLevel = LGAlertViewWindowLevelBelowStatusBar;
- Make any button disabled (important for AlertView with TextField)
- (void)setButtonAtIndex:(NSUInteger)index enabled:(BOOL)enabled;
New notifications was added (userInfo dictionary contains necessery info):
- kLGActionSheetActionNotification
- kLGActionSheetCancelNotification
- kLGActionSheetDestructiveNotification