soffes / SSPullToRefresh

Simple and highly customizable pull to refresh view
MIT License
885 stars 139 forks source link

Fixes scrolling issues when state is loading. #26

Closed hwaxxer closed 11 years ago

hwaxxer commented 11 years ago

The scrollView decelerates quickly when scrolled into _expandedHeight and state is loading. It also causes the scrollIndicators to jump around.

This fixes that issue by always making the pull-to-refresh view visible while it's loading, just like Mail/Twitter/Facebook etc. It will still not drop down unless specified.

kvnsmth commented 11 years ago

Thanks! :+1: