Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nonstriater opened this issue Apr 29, 2014 · 1 comment

Comments

@nonstriater
Copy link

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

@nalexn
Copy link

nalexn commented Jan 30, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants