ODRefreshControl
ODRefreshControl copied to clipboard
damit! I cannot get my ODRefreshControl work properly When My tableview got a contentInsets
I try to reRect the ODRefreshControl's rect , but the _activity view always position in the ODRefreshControl view's center
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.