Cómo cargar un archivo html local en UIWebView
Estoy intentando cargar un archivo html en mi UIWebView pero no funcionará. Esta es la etapa: Tengo una carpeta llamada html_files en mi proyecto. Luego creé una vista web en interface builder y le asigné un outlet en ViewController. Este es el código que estoy usando para anexar el archivo html:
-(void)viewDidLoad
{
NSString *htmlFile = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"html" inDirectory:@"html_files"];
NSData *htmlData = [NSData dataWithContentsOfFile:htmlFile];
[webView loadData:htmlData MIMEType:@"text/html" textEncodingName:@"UTF-8" baseURL:[NSURL URLWithString:@""]];
[super viewDidLoad];
}
Eso no funcionará y el UIWebView está en blanco. Agradecería un poco de ayuda.
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52