Iphone URL loading in tableview doubts [closed]
My requirement is, I have a main url. It contains multiple urls. I have to display multiple url in a tableview, with the main contents in it including a image. Like facebook status button. If we entered a link in the status textfiled it displays main content开发者_运维问答 of that url.
what you have to do is "Parse the HTML" and extract the elements you wish to display :)
Now when it comes to parsing..i would say it will be better if you have a XML data..
coz somehow extracting elements from HTML is bit painful.
for more help..check out this link..
url loading in tableViews
happy coding :)
精彩评论