Download Latest Version 2.4.3 source code.tar.gz (1.5 MB)
Email in envelope

Get an email when there's a new version of LGAlertView

Home / 2.3.2
Name Modified Size InfoDownloads / 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;

Source: README.md, updated 2017-05-11