When my application starts the viewDidLoad method, it runs a snippet of code that accesses an X site, retrieves an HTML form and displays it in a UIWebView.
My problem is this, when a link is clicked I need to intercept the return HTML to perform another treatment, however, I do not know how to detect that the webview was updated with a new request, or even get the html present.