iphone - synchronous UIWebView stopLoading for immediate execution -


Is there any way I can stop the loading of UIWebView (using stoploading) and at that moment the user Control back when I call it? I think the run loop still needs to end its cycle, but I want only one effect when I manually stop loading (with a button).

Any help is greatly appreciated.

Definitely what do you mean, but do it for you performSelectorOnMainThread: withObject: waitUntilDone : ?

More details on this.

Comments