Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: Scroll up to refresh

Many iOS apps have a "scroll up to refresh" feature, such as the Twitter app. If you scroll up beyond the beginning of the page or table, you'll get a message explaining how to use the feature.

That controller is not from Apple but many apps seem to use it. I was told it was released for public use by a programmer, but I can't find it after a long google session.

I'd be grateful if anyone can direct me to it! Thanks!

like image 943
daz Avatar asked Nov 22 '10 15:11

daz


2 Answers

This is a popular implementation: https://github.com/enormego/EGOTableViewPullRefresh

like image 58
TomSwift Avatar answered Oct 19 '22 07:10

TomSwift


Here's a link to the original code by enormego on github:

https://github.com/enormego/EGOTableViewPullRefresh

like image 6
user516322 Avatar answered Oct 19 '22 07:10

user516322