[Solved] UIWebview loads with blank page [closed]

[ad_1]

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]];

[ad_2]

solved UIWebview loads with blank page [closed]