From 47293cc073df1318330c642b013ed12f4593f063 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 1 Nov 2019 16:11:14 -0500 Subject: [PATCH] Make zoomed images use the full width. Issue #1229 --- iOS/Article/ImageScrollView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Article/ImageScrollView.swift b/iOS/Article/ImageScrollView.swift index 8439d7ce0..49233085c 100644 --- a/iOS/Article/ImageScrollView.swift +++ b/iOS/Article/ImageScrollView.swift @@ -246,7 +246,7 @@ open class ImageScrollView: UIScrollView { } maximumZoomScale = maxScale - minimumZoomScale = minScale * 0.999 // the multiply factor to prevent user cannot scroll page while they use this control in UIPageViewController + minimumZoomScale = minScale // * 0.999 // the multiply factor to prevent user cannot scroll page while they use this control in UIPageViewController } // MARK: - Gesture