来自主捆绑的图像无法在WKWebView中加载(在设备上,但模拟器)

时间:2015-03-16 15:24:21

标签: ios iphone

let path = NSBundle.mainBundle().bundlePath
let baseURL = NSURL.fileURLWithPath(path)
webView.loadHTMLString("<img src=\"img.png\" />", baseURL: baseURL)

img.png可以在模拟器上加载,但不能在我的iPhone上加载。 怎么了?

0 个答案:

没有答案