reloading a table view with an Iphone app
Posted
by ajaywillis
on Stack Overflow
See other posts from Stack Overflow
or by ajaywillis
Published on 2010-06-10T22:47:09Z
Indexed on
2010/06/10
22:53 UTC
Read the original article
Hit count: 237
I am using a table view controller that makes a call to a web service and then parses the XML and display it in the table view. The problem is that the first time that I load it the XML apparently is not finished parsing before the view is shown. How can I reload the view after the XML is done parsing?
© Stack Overflow or respective owner