Skip to content

Commit 0fadd6d

Browse files
committed
Fix incompatible animation type
1 parent 663f832 commit 0fadd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SCLAlertViewExample/ViewController/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ - (IBAction)showWaiting:(id)sender
384384
{
385385
SCLAlertView *alert = [[SCLAlertView alloc] init];
386386

387-
alert.showAnimationType = SCLAlertViewHideAnimationSlideOutToCenter;
387+
alert.showAnimationType = SCLAlertViewShowAnimationSlideInToCenter;
388388
alert.hideAnimationType = SCLAlertViewHideAnimationSlideOutFromCenter;
389389

390390
alert.backgroundType = SCLAlertViewBackgroundTransparent;

0 commit comments

Comments
 (0)