Nay*_*yef 4 html macos view wkwebview xcode9
在新的xCode 9.0中:我只是想在webView(WKWebView)中加载一个HTML字符串,但我得到了一个空白的屏幕!奇怪的是,同样的代码在我的其他计算机上工作!
这是一个错误吗?
这是代码
let filePath = Bundle.main.path(forResource: "my HTML file name", ofType: "html")
let htmlStr = try! NSString.init(contentsOfFile: filePath!, encoding: String.Encoding.utf8.rawValue)
webView.loadHTMLString(htmlStr as String, baseURL: nil)
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
345 次 |
| 最近记录: |