使用 SFSafariViewController 下载文档
Download documents with SFSafariViewController
难道SFSafariViewController
不能下载文件吗?我正在尝试执行此操作,但没有出现 "Save to" 对话框。它从在本机 Safari 中打开的同一页面打开。
我的实现是基本的:
let svc = SFSafariViewController(URL: NSURL(string: self.urlString)!)
present(svc, animated: true, completion: nil)
不,无法使用 SFSafariViewController 下载文件。
难道SFSafariViewController
不能下载文件吗?我正在尝试执行此操作,但没有出现 "Save to" 对话框。它从在本机 Safari 中打开的同一页面打开。
我的实现是基本的:
let svc = SFSafariViewController(URL: NSURL(string: self.urlString)!)
present(svc, animated: true, completion: nil)
不,无法使用 SFSafariViewController 下载文件。