add download button for pdf in wkwebview in swift 4
问题 I have done webview app using wkwebiew in xcode 9. In the website, there are some part need to download the pdf file, the pdf file can be view only but how to make it can be download to our iphone. can you share some tip to me, this is my code class ViewController: UIViewController,WKNavigationDelegate,UIWebViewDelegate { @IBOutlet weak var activityIndicator: UIActivityIndicatorView! @IBOutlet weak var webView: WKWebView! @IBOutlet var containerView: UIView? = nil @IBOutlet weak var