how do I take the URL and page title from a UITableView?
Posted
by nzsystem
on Stack Overflow
See other posts from Stack Overflow
or by nzsystem
Published on 2010-06-11T02:12:15Z
Indexed on
2010/06/11
2:33 UTC
Read the original article
Hit count: 259
Hi
I have an iPhone app that shows the user a UIWebView in the first view, what I am trying to do is allow the user to save what is essentially favorites to be saved and then displayed in a table view in the second view. To do this all i need is the page URL and also the Page Title to be saved to then populate the table view. Now here is the problem I am just starting to learn how to make iPhone apps and I have no clue what would be the best way to save it and how to get this information from the web view?
© Stack Overflow or respective owner