0

I searched the internet but to no avail. The SVPullToRefresh stick if I run code:

[table.pullToRefreshView startAnimating];
[table.pullToRefreshView stopAnimating];

enter image description here

Somewhere in my code load data from cache, and this method calls almost consistently. How can I solve this problem?

icodebuster
  • 8,890
  • 7
  • 62
  • 65
Gralex
  • 4,285
  • 7
  • 26
  • 47

1 Answers1

0

Did you update/add the last version of SVPullToRefresh to your project ? It seems that some people have this issue

I'm running into an issue where the pull to refresh view doesn't always hide cleanly after calling stopAnimating. I haven't been able to nail down exactly what conditions it occurs under, aside that it appears somewhat "random" in my use.

Pull to refresh view doesn't always hide cleanly

Solution :

reverting the commit

olamarche
  • 445
  • 3
  • 9
  • How can I revert commit in CocoaPods? – Gralex Jul 22 '13 at 15:26
  • You have to install it manually, see the documentation on https://github.com/samvermette/SVPullToRefresh, or you have to wait for a updated pods release of SVPullToRefresh. The issue has been fix 2 months ago and the last release of SVPullToRefresh on CocoaPods was 6 months ago. Maybe ask them to update the pods ? – olamarche Jul 22 '13 at 15:40