From 5d342d7a3bbda6933ffa44852b98a6eb18023ce9 Mon Sep 17 00:00:00 2001 From: Grigory Ulanov Date: Mon, 5 Dec 2016 13:40:47 +0300 Subject: [PATCH] fixes --- SKPhotoBrowser/SKAnimator.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SKPhotoBrowser/SKAnimator.swift b/SKPhotoBrowser/SKAnimator.swift index 991cac4..4f0c828 100644 --- a/SKPhotoBrowser/SKAnimator.swift +++ b/SKPhotoBrowser/SKAnimator.swift @@ -95,7 +95,6 @@ class SKAnimator: NSObject, SKPhotoBrowserAnimatorDelegate { width: scrollFrame.width, height: scrollFrame.height) -// resizableImageView.image = scrollView.photo?.underlyingImage?.rotateImageByOrientation() resizableImageView!.image = image.rotateImageByOrientation() resizableImageView!.frame = frame resizableImageView!.alpha = 1.0