Josh

Results 2 issues of Josh

If you want to open a file from an unzipped URL, you need to convert the URL to a URL with filetype specified: let fileURL = URL.init(fileURLWithPath: url.path) Then you...

Calling setLanguage:nil sets language to Bundle's default, not the preferred language of the device. Is that the expected behaviour?