I would like to use temp.jpg\" /> in my UIWebView\'s HTML. How can I refer to a local file named
temp.jpg\" /> in my UIWebView\'s HTML. How can I refer to a local file named
temp.jpg
\" />
NSURL *url=[[NSBundle mainBundle] bundleURL]; [webView loadHTMLString:string baseURL:url];
This let's the root be the app's main bundle.