Download documents with SFSafariViewController

1.2k views Asked by At

Isn't SFSafariViewController able to download documents? I'm trying to do this, but the "Save to" dialog doesn't appear. From the same page opened in native Safari it opens.

My implementation is basic:

 let svc = SFSafariViewController(URL: NSURL(string: self.urlString)!)
 present(svc, animated: true, completion: nil)
1

There are 1 answers

1
An Kit On BEST ANSWER

No, it's not possible to download file using SFSafariViewController.