Merge branch 'ios-release' of https://github.com/Ranchero-Software/NetNewsWire into ios-release
This commit is contained in:
commit
82e7d4eaf0
|
@ -29,6 +29,8 @@ class ImageViewController: UIViewController {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
closeButton.imageView?.contentMode = .scaleAspectFit
|
closeButton.imageView?.contentMode = .scaleAspectFit
|
||||||
|
closeButton.accessibilityLabel = NSLocalizedString("Close", comment: "Close")
|
||||||
|
shareButton.accessibilityLabel = NSLocalizedString("Share", comment: "Share")
|
||||||
|
|
||||||
imageScrollView.setup()
|
imageScrollView.setup()
|
||||||
imageScrollView.imageScrollViewDelegate = self
|
imageScrollView.imageScrollViewDelegate = self
|
||||||
|
|
Loading…
Reference in New Issue