简体   繁体   中英

SVPullToRefresh stick

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

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

在此处输入图片说明

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM