For UIWebView in iphone project, for the method [webView stopLoading], how does it work? Does it really stop all loading related process? Consider the case this UIWebView is loading manifest, how does it deal with?
What’s the proper time to invoke [webView stopLoading], during [viewController viewWillDisappear] or [viewController dealloc]?
Any idea or discussion will be appreciated, thanks in advance.
In my project I’m doing it like this: