Force the frame to center when displaying. Issue #1983
This commit is contained in:
parent
02f62bbb61
commit
7c266d65ee
|
@ -191,6 +191,7 @@ open class ImageScrollView: UIScrollView {
|
||||||
zoomView!.addGestureRecognizer(upSwipeGesture)
|
zoomView!.addGestureRecognizer(upSwipeGesture)
|
||||||
|
|
||||||
configureImageForSize(image.size)
|
configureImageForSize(image.size)
|
||||||
|
adjustFrameToCenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
private func configureImageForSize(_ size: CGSize) {
|
private func configureImageForSize(_ size: CGSize) {
|
||||||
|
|
Loading…
Reference in New Issue