moredip/Frank

UIRefreshControl is continuously animating, even when it is not visible. (_UIRefreshControlModernReplicatorView)

Opened this issue · 0 comments

Issue

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.

Replication Repo

https://github.com/samst0r/UIRefreshControlFrank