SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Fixed manual trigger order.

Open ebelair opened this issue 11 years ago • 1 comments

When the state was set before the "startAnimating" function was called, the "stopAnimating" function could be called before the state was completely set. In that case, the animation would run forever.

ebelair avatar May 09 '14 19:05 ebelair

Created a pull request in https://github.com/LawrenceHan/SVPullToRefresh I will merge it after discusses with you.

LawrenceHan avatar May 12 '16 10:05 LawrenceHan