我编写了一个脚本,将一些HTML文件下载到我的应用的Documents文件夹中!我想在我的WebView中加载这些文件,这可能吗?
例如: 如果index.html存在于Documents文件夹中,请加载它,否则在mainBundle中加载index.html!
感谢大家可以帮助我!
答案 0 :(得分:1)
当然,只需使用:
[webview loadRequest: [NSURLRequest requestWithURL: [NSURL fileURLWithPath: [@"~/Documents/index.html" stringByExpandingTildeInPath]]]]