Skip to content

Commit 85a8b5b

Browse files
committed
Fix macOS demo build issue
1 parent e14f9f5 commit 85a8b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/SDWebImageSVGCoder-Example-macOS/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ - (void)viewDidLoad {
4949
NSAnimationContext *currentContext = [NSAnimationContext currentContext];
5050
currentContext.duration = 2;
5151
imageView2.animator.bounds = CGRectMake(0, 0, screenSize.width / 2, screenSize.height);
52-
}];
52+
} completionHandler:nil];
5353
}];
5454
}
5555
}];

0 commit comments

Comments
 (0)