Skip to content

2.0.2

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 07 Nov 14:35
· 62 commits to master since this release

Added ability to transition between alert views:

LGAlertView *alertView1 = [LGAlertView alertView...
LGAlertView *alertView2 = [LGAlertView alertView...

[alertView1 transitionToAlertView:alertView2 completionHandler:nil];