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

ios11 have some wrong behaves #86

Open
zyggit opened this issue Sep 22, 2017 · 2 comments
Open

ios11 have some wrong behaves #86

zyggit opened this issue Sep 22, 2017 · 2 comments

Comments

@zyggit
Copy link

zyggit commented Sep 22, 2017

when pull down to refresh ,ODRefreshControl have some bugs

@zyggit
Copy link
Author

zyggit commented Sep 25, 2017

ios11 Self-Sizing is auto open ,so close this property in your tableview or scrollview
tabV.estimatedRowHeight = 0;
tabV.estimatedSectionHeaderHeight = 0;
tabV.estimatedSectionFooterHeight = 0;

@HeathHsia
Copy link

solved my problem

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