Refresh a UITableView after loading
Posted
by Alavoil
on Stack Overflow
See other posts from Stack Overflow
or by Alavoil
Published on 2010-04-13T02:42:40Z
Indexed on
2010/04/13
2:53 UTC
Read the original article
Hit count: 469
I am trying to load a table view from a cache very quickly and have the cached data in the table view appear. Then I want download new data, and then reload the table. Right now I am downloading the new data on viewDidAppear, but the view still refreshes before it displays. Any idea how I can do this?
© Stack Overflow or respective owner