Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITableView "Scroll down to update"

What is the easiest way to implement "Scroll down to update" functionality like in facebook "News feed" when you scroll down the news from top you see an update indicator and it update the news accordingly.

Thanks in advance

like image 993
Akbar Khan Avatar asked Aug 31 '10 15:08

Akbar Khan


2 Answers

Look at the following projects on github:

http://github.com/leah/PullToRefresh

http://github.com/enormego/EGOTableViewPullRefresh

like image 67
Sharjeel Aziz Avatar answered Nov 03 '22 15:11

Sharjeel Aziz


This feature became popular in Tweetie application, that has since been bought and re-branded as the official Twitter iPhone application.

I think you will find what you are looking for here...

stackoverflow - iPhone Pull Down Refresh like Tweetie

github - enormego / EGOTableViewPullRefresh

github - UITableViewController subclass

like image 24
JWD Avatar answered Nov 03 '22 13:11

JWD