You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to fire an action if the user pulled the top of the list. Usually this leads in most apps to an refresh of the list and this is what was implemented with the RefreshControl Component in the ScrollView and its components alike.
However, some apps on iOS at least have implemented a way to pull the current view down and focusing on a new component which is thereby pulled into view.
I hope this is understandable. This might not be elegant to implement in the ScrollView or with an extened RefreshControl because this 'PullableView' should not be scrollable. Anyway I think this behaviour is somehow related to the RefreshControl and thereby ended up here.