I've got 60 or so web pages that I'd like to put into a directory. How can I modify this webview loadrequest to pull content from a directory?
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath: [[NSBundle mainBundle] pathForResource:docPage ofType:@"html"]isDirectory:NO]]];