mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Force the frame to center when displaying. Issue #1983
This commit is contained in:
@@ -191,6 +191,7 @@ open class ImageScrollView: UIScrollView {
|
||||
zoomView!.addGestureRecognizer(upSwipeGesture)
|
||||
|
||||
configureImageForSize(image.size)
|
||||
adjustFrameToCenter()
|
||||
}
|
||||
|
||||
private func configureImageForSize(_ size: CGSize) {
|
||||
|
||||
Reference in New Issue
Block a user