From 54042e744b17e0869e557d20c4d1ea9b9a98665d Mon Sep 17 00:00:00 2001 From: haranicle Date: Mon, 2 Oct 2017 23:16:37 +0900 Subject: [PATCH] swiftlint autocorrect --- NohanaImagePicker/ContractingAnimationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NohanaImagePicker/ContractingAnimationController.swift b/NohanaImagePicker/ContractingAnimationController.swift index 28dd324..b807909 100644 --- a/NohanaImagePicker/ContractingAnimationController.swift +++ b/NohanaImagePicker/ContractingAnimationController.swift @@ -78,7 +78,7 @@ class ContractingAnimationController: NSObject, UIViewControllerAnimatedTransiti withDuration: transitionDuration(using: transitionContext), delay: 0, options: UIViewAnimationOptions(), - animations: { + animations: { toVC.view.alpha = 1 contractingImageView.frame = Size.contractingAnimationToCellRect(toVC, toCell: toCell) }) { _ in