Skip to content

2.3.2

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 11 May 19:09
· 18 commits to master since this release
  • Refactoring
  • Optimizations
  • Now you can make AlertView background blurred
  • Add new delegates, blocks and notifications to add custom animations:
# 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;