Yalantis / Phoenix

Phoenix Pull-to-Refresh
https://yalantis.com/
Apache License 2.0
4.02k stars 920 forks source link

feat: NestedScrolling behavior on complicated layouts works #30

Closed dmytroKarataiev closed 8 years ago

dmytroKarataiev commented 8 years ago

Added nested scrolling behavior to the PullToRefreshView which works on complicated layouts and copies behavior of a standard SwipeRefreshLayout (on scroll down when reaches top of the screen it starts opening layout animation).

Animation logic moved to a separate method to avoid repetitive code and improve readability.