It might be simple question but I haven’t found the clear answer.
I am loading a simple webview as following.. However, when signal is not good, it’s just stuck there forever..
Could you please advise me the best way to set time out for this?
[TestViewController.webView loadRequest:requestObject]
Set the timeout for the NSURLRequest
Also see this SO post