ODRefreshControl icon indicating copy to clipboard operation
ODRefreshControl copied to clipboard

damit! I cannot get my ODRefreshControl work properly When My tableview got a contentInsets

Open nonstriater opened this issue 11 years ago • 1 comments

I try to reRect the ODRefreshControl's rect , but the _activity view always position in the ODRefreshControl view's center

nonstriater avatar Apr 29 '14 10:04 nonstriater

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.

nalexn avatar Jan 30 '15 10:01 nalexn