Tuesday, 13 May 2014

show html file in webview

 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