Merge branch 'ios-release'

This commit is contained in:
Maurice Parker
2020-04-21 20:25:14 -05:00
2 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ class ImageViewController: UIViewController {
super.viewDidLoad()
closeButton.imageView?.contentMode = .scaleAspectFit
closeButton.accessibilityLabel = NSLocalizedString("Close", comment: "Close")
shareButton.accessibilityLabel = NSLocalizedString("Share", comment: "Share")
imageScrollView.setup()
imageScrollView.imageScrollViewDelegate = self