I am trying to replicate the Kitchen Sink "Pull to Refresh" example using a ScrollView
instead of a TableView
. According to the API, there is not a 'scrollEnd'
event, so how would I detect that the user has released the view? I tried 'touchEnd'
, but it doesn't seem to fire. Thanks!
↧
Pull to refresh on ScrollView?
↧