Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.3.2.tar.gz | 2017-05-11 | 1.5 MB | |
2.3.2.zip | 2017-05-11 | 1.5 MB | |
README.md | 2017-05-11 | 756 Bytes | |
Totals: 3 Items | 3.0 MB | 0 |
- Refactoring
- Optimizations
- Now you can make AlertView background blurred
-
Add new delegates, blocks and notifications to add custom animations:
:::objective-c
Delegates
- (void)showAnimationsForAlertView:(nonnull LGAlertView *)alertView duration:(NSTimeInterval)duration;
- (void)dismissAnimationsForAlertView:(nonnull LGAlertView *)alertView duration:(NSTimeInterval)duration;
Blocks
void(^ _Nullable showAnimationsBlock)(LGAlertView * _Nonnull alertView, NSTimeInterval duration); void(^ _Nullable dismissAnimationsBlock)(LGAlertView * _Nonnull alertView, NSTimeInterval duration);
Notifications
LGAlertViewShowAnimationsNotification; LGAlertViewDismissAnimationsNotification;