NSString * localHtmlFilePath =[[NSBundle mainBundle]pathForResource:@"frnd " ofType:@"html"];
NSString *html = [NSString stringWithContentsOfFile:localHtmlFilePath encoding:NSUTF8StringEncoding error:nil];
[webview loadHTMLString:html baseURL:nil];
No comments:
Post a Comment