// Do any additional setup after loading the view.
let web = WKWebView.init(frame: UIScreen.main.bounds)
let str2 = Bundle.main.resourceURL?.appendingPathComponent("3_sim_finalUI.pdf")
web.loadFileURL(str2!, allowingReadAccessTo: str2!)
网友评论