swiftlint autocorrect
This commit is contained in:
parent
338efc533f
commit
54042e744b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue