Hi guys, i have a UIWebView which acts like an internet browser and loads the HTML of the webpages that it is at.
in the webViewController, the method webViewDidFinishLoad, would have loaded the HTML from the webpage when the webpage finish loading on the UIWebView.
From the HTML i would like to sieve out textfields to facilitate the auto population of that textfield with values stored in my database.
Any methods to do that? The method should be able to work on all websites.
in the webViewController, the method webViewDidFinishLoad, would have loaded the HTML from the webpage when the webpage finish loading on the UIWebView.
From the HTML i would like to sieve out textfields to facilitate the auto population of that textfield with values stored in my database.
Any methods to do that? The method should be able to work on all websites.