2017-01-07 112 views
1

是不是SFSafariViewController能夠下載文檔?我正在嘗試這樣做,但「保存到」對話框不顯示。在本機Safari中打開的同一頁面打開。使用SFSafariViewController下載文檔

我的實現是基本的:

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

回答

1

不,這不可能使用SFSafariViewController下載文件。

+0

謝謝@ankit! –

+0

歡迎光臨! @亞歷克斯·巴蒂斯 –