Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull to Refresh (ios)

I recently implemented pull to refresh here: https://github.com/leah/PullToRefresh. It kind of works however it gets stuck with a spinning activity indicator. Their is also no text to the right of the arrow. What am I doing wrong? Thanks!

like image 413
jsttn Avatar asked Feb 27 '11 13:02

jsttn


People also ask

How do I pull to refresh?

Pull-to-refresh is a touchscreen gesture that consists of touching the screen of a computing device with a finger or pressing a button on a pointing device, dragging the screen downward with the finger or pointing device, and then releasing it, as a signal to the application to refresh the contents of the screen.

What is refresh control?

This component is used inside a ScrollView or ListView to add pull to refresh functionality. When the ScrollView is at scrollY: 0 , swiping down triggers an onRefresh event.


1 Answers

Without code there's not much anyone can say, but maybe try a different implementation of Pull To Refresh, like the enormego (EGO) version, the code is at github, here

It's used in the Facebook app so it definitely works.

like image 196
Jonathan. Avatar answered Oct 03 '22 11:10

Jonathan.