How can I load a local HTML file into the UIWebView?
[WebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"index" ofType:@"html"]isDirectory:NO]]];
http://stackoverflow.com/questions/4645414/how-can-i-load-a-local-html-file-into-the-uiwebview













