Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull to refresh inside a scrollview [closed]

Is it possible to implement "pull to refresh" inside a scrollview.

like image 692
Ambili B Menon Avatar asked Oct 11 '12 09:10

Ambili B Menon


2 Answers

Thanks. These links helped me.

https://github.com/leah/PullToRefresh

http://mt.gomiso.com/2012/03/22/yet-another-pull-to-refresh-library/

https://github.com/enormego/EGOTableViewPullRefresh

like image 96
Ambili B Menon Avatar answered Sep 26 '22 20:09

Ambili B Menon


There's a good article here:

http://mt.gomiso.com/2012/03/22/yet-another-pull-to-refresh-library/

Gives you a few different ways to implement it.

like image 44
adamdougal Avatar answered Sep 25 '22 20:09

adamdougal