We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663f832 commit 0fadd6dCopy full SHA for 0fadd6d
1 file changed
SCLAlertViewExample/ViewController/ViewController.m
@@ -384,7 +384,7 @@ - (IBAction)showWaiting:(id)sender
384
{
385
SCLAlertView *alert = [[SCLAlertView alloc] init];
386
387
- alert.showAnimationType = SCLAlertViewHideAnimationSlideOutToCenter;
+ alert.showAnimationType = SCLAlertViewShowAnimationSlideInToCenter;
388
alert.hideAnimationType = SCLAlertViewHideAnimationSlideOutFromCenter;
389
390
alert.backgroundType = SCLAlertViewBackgroundTransparent;
0 commit comments