mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 08:09:41 +01:00
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)
|
||||
|
||||
configureImageForSize(image.size)
|
||||
adjustFrameToCenter()
|
||||
}
|
||||
|
||||
private func configureImageForSize(_ size: CGSize) {
|
||||
|
Loading…
Reference in New Issue
Block a user