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
  1. Added ActivityIndicatorView that works in a similar way as refresh control, but can be used as a progress indicator view anywhere.
  2. Supports built-in and built-out animations - same as when refresh control is dragged
  3. Supports indeterminate animation
  4. Fixed a bug in RefreshControl that caused problems with scrollview contentInset property - it always got set to dropHeight, but never returned back.