Download documents with SFSafariViewController

瘦欲@ 提交于 2019-12-01 10:09:36

问题


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:


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



来源:https://stackoverflow.com/questions/41518443/download-documents-with-sfsafariviewcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!