[Solved] UIWebview loads with blank page [closed]
I resolved this issue, error in this below line destViewController.path = [documentsDirectory stringByAppendingPathComponent:[dirFiles objectAtIndex:indexPath.row]]; replaced it with below line destViewController.path = [inboxPath stringByAppendingPathComponent:[dirFiles objectAtIndex:indexPath.row]]; solved UIWebview loads with blank page [closed]