We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14f9f5 commit 85a8b5bCopy full SHA for 85a8b5b
Example/SDWebImageSVGCoder-Example-macOS/ViewController.m
@@ -49,7 +49,7 @@ - (void)viewDidLoad {
49
NSAnimationContext *currentContext = [NSAnimationContext currentContext];
50
currentContext.duration = 2;
51
imageView2.animator.bounds = CGRectMake(0, 0, screenSize.width / 2, screenSize.height);
52
- }];
+ } completionHandler:nil];
53
}];
54
}
55
0 commit comments