You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIRefreshControl is continuously animating, even when it is not visible. This causes wait_for_nothing_to_be_animating to fail.
Frank console reveals that the erroneous view is in fact the private UIKit view _UIRefreshControlModernReplicatorView which continues to animate off screen.
I'm happy to look into this. I've included a repo to demonstrate the issue.
Issue
UIRefreshControl
is continuously animating, even when it is not visible. This causeswait_for_nothing_to_be_animating
to fail.Frank console reveals that the erroneous view is in fact the private UIKit view
_UIRefreshControlModernReplicatorView
which continues to animate off screen.I'm happy to look into this. I've included a repo to demonstrate the issue.
Replication Repo
https://github.com/samst0r/UIRefreshControlFrank
The text was updated successfully, but these errors were encountered: