UIWebView done with a simple browser, just add the address bar.
Now want to add a bookmark and a history function. I guess they should be able to call an interface UIWebView and read bookmarks and history data, and then displayed on the list control.
Also want to add a function to display the progress of the web page is loaded. Which interfaces should tune?
Currently is a white, please know heroes reminder, so that I can take a lot less costly mistakes.
Reply:
Bookmarks and history feature, direct manual written documents, wirteToFile, or directly saved to the database. History can finishLoading in webview in time to get the page title and url to save it. list and then read from a file or database on it.
Achieve progress bar now less likely.
No comments:
Post a Comment