今天在模拟器上测试wkwebview,页面一直空白,代码如下:
webView = WKWebView(frame: CGRect(x: 0, y: 0, width: kScreenWidth, height: kScreenHeight - kNavigationBarHeight))
self.view.addSubview(webView)
webView.navigationDelegate = self
let url = URL(string: "http://www.baidu.com")
self.webView.load(URLRequest(url: url!))
比较纳闷,很简单的几句,感觉也没问题啊。
最后发觉是因为打开了charles,关闭charles后就正常了。
求哪位大佬指点!
网友评论