Quote:
Originally Posted by kokok
Hi,
I just started to learn about iphone app programming.
I am learning about the Table view right now.
I was using tweetie and noticed that when you scroll to the very top, it will automatically refresh.
How do you think Tweetie is doing this?
|
[self.tableView reloadData];
Then some kind of time mod that runs on either receiving data or on a timer.