SVPullToRefresh
SVPullToRefresh copied to clipboard
- Fix UIActivityIndicatorView not show when calling startAnimating and hidesWhenStopped is true.
Apparently default infinite scrolling view's activity indicator view does not show when enter trigger state. It only shows when enter loading state. This commit fix the problem by manually set hidden property to NO when updating state of infinite scrolling view.