How would one catch loadRequest returning a 404 page,
i am calling the load request like so:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:qype_url]]];
can't seem to figure out how to catch what it returns so i can deal with this situation and load an error page. If the url is incorrect a blank page is returned for example: http://i.qype.co.uk/place/2535934 but how do i catch this in my code? thanks!