issues
search
coolbeet
/
CBStoreHouseRefreshControl
Fully customizable pull-to-refresh control inspired by Storehouse iOS app
MIT License
3.92k
stars
480
forks
source link
Added ActivityIndicatorView and fixed bug that breaks contentInsets
#20
Open
Legoless
opened
9 years ago
Legoless
commented
9 years ago
Added ActivityIndicatorView that works in a similar way as refresh control, but can be used as a progress indicator view anywhere.
Supports built-in and built-out animations - same as when refresh control is dragged
Supports indeterminate animation
Fixed a bug in RefreshControl that caused problems with scrollview contentInset property - it always got set to dropHeight, but never returned back.