Make zoomed images use the full width. Issue #1229

This commit is contained in:
Maurice Parker 2019-11-01 16:11:14 -05:00
parent 7c1deb3309
commit 47293cc073

View File

@ -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