Download documents with SFSafariViewController

2020-03-30 09:13发布

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条回答
唯我独甜
2楼-- · 2020-03-30 09:33

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

查看更多
登录 后发表回答