We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2d82b commit f196043Copy full SHA for f196043
giovanni_iOS/ViewController.swift
@@ -48,6 +48,10 @@ class ViewController: UIViewController {
48
super.viewDidLoad()
49
50
prepareSession()
51
+
52
+ if let documentsDirectory = documentsDirectory {
53
+ print("ROM URL: \(documentsDirectory)")
54
+ }
55
}
56
57
override var preferredStatusBarStyle: UIStatusBarStyle {
0 commit comments