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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -