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
I'm not sure that I faced the same problem as you, but I've solved mine by setting round values to contentInsets of the tableView. For example instead of float value 5.5 use 6.0.
It turned out that under the hood the ODRefreshControl works with floats as with ints and its internal logic breaks because of this.
I try to reRect the ODRefreshControl's rect , but the _activity view always position in the ODRefreshControl view's center
The text was updated successfully, but these errors were encountered: