`
咖啡动力
  • 浏览: 434779 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

iphone,uiwebview加载本地html文件

阅读更多
NSString *resourcePath = [[NSBundle mainBundle] resourcePath];   
NSString *filePath = [resourcePath stringByAppendingPathComponent:@"first.html"];   

NSString *htmlString = [[NSString alloc] initWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];      
[webView loadHTMLString: htmlString baseURL: [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]];
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics