Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Pull Down Refresh like Tweetie

I am trying to find an example of placing an element above the Table View outside the normal scrollable region. How would I do this? An example would be what the Tweetie 2 app for the iPhone does to refresh tweets.

Sample code would be extremely helpful.

like image 455
DanO Avatar asked Oct 28 '09 01:10

DanO


2 Answers

I did find the answer to my own question, for anyone who is interested.

EGOTableViewPullRefresh

I tried this solution and it works great! It is almost identical to the Tweetie Pull Down refresh.

like image 193
DanO Avatar answered Sep 21 '22 18:09

DanO


Here's an alternative to EGOTableViewPullRefresh:

http://blog.leahculver.com/2010/12/iphone-pull-to-refresh.html

Source available on github here:

https://github.com/leah/PullToRefresh

It's slightly easier to use from the developers point of view, though I did go with EGOTableViewPullRefresh in the end as I preferred how it looked.

like image 23
JosephH Avatar answered Sep 18 '22 18:09

JosephH