How can i limit parsing and display the previously parsed contents in iphone?
Posted
by Warrior
on Stack Overflow
See other posts from Stack Overflow
or by Warrior
Published on 2010-04-02T14:08:15Z
Indexed on
2010/04/02
14:13 UTC
Read the original article
Hit count: 172
I am new to iphone development.I parsing a url and displayed its content in the table.On clicking a row it plays a video.When i click a done button, i once again call the tableview.When i call the table view it parse the url once again to display the contents .I want to limit the parsing for 1 time and for the next time i want to display the contents which are parsed at the first time.How can i achieve it ?Please help me out.Thanks.
© Stack Overflow or respective owner