views:

78

answers:

0

Aim: to parse(remove tags, images) html in UIWebView(Controller A) into text in UITextView(Controller B). I'm transmitting html data through appDelegate's NSString* variable; Trouble: When i'm pushing B-Controller, the device freezes for a 4-6 sec's(parsing). It's OK, but i need to warn user about this delay. I've been using UIActivityIndicator for this aims when loading a local-html page. But now it doesn't work, i've tried viewWillDisappear/DidDisappear. The view freezes and only then loading.

Maybe i have to treat with threads, but i don't really want to. Does anybody have a simplier solution?