0
When my application starts the method viewDidLoad executes a code snippet 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 nor how to pick up the html there.
I need to capture all the return html, I mean, I want to capture all the return code.
– Fábio Jânio