We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3813aec commit b6f11caCopy full SHA for b6f11ca
README.md
@@ -57,8 +57,8 @@ final class ViewController: UIViewController {
57
58
@IBAction func onButtonTapped(_ sender: UIButton) {
59
let vm = FullScreenImageBrowserViewModel(media: media)
60
- let x = FullScreenImageBrowser(viewModel: vm)
61
- present(x, animated: true, completion: nil)
+ let browser = FullScreenImageBrowser(viewModel: vm)
+ present(browser, animated: true, completion: nil)
62
}
63
64
@@ -192,4 +192,4 @@ A-J-Full-Screen-Image-Browser is owned and maintained by the [Alex Jiang](https:
192
193
## License
194
195
-A-J-Full-Screen-Image-Browser is released under the MIT license.
+A-J-Full-Screen-Image-Browser is released under the MIT license.
0 commit comments