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

2.0 Control below section header #74

Open
CyberMew opened this issue Apr 16, 2015 · 5 comments
Open

2.0 Control below section header #74

CyberMew opened this issue Apr 16, 2015 · 5 comments

Comments

@CyberMew
Copy link

The control is appearing below the section header when it isn't displayed yet, so it appears to be appearing out of nowhere in the table

@Sephiroth87
Copy link
Owner

Do you have a screenshot / sample code? It seems working here...

ios simulator screen shot 16 apr 2015 16 53 57 ios simulator screen shot 16 apr 2015 16 53 55

@CyberMew
Copy link
Author

screen shot 2015-04-17 at 10 52 33 am
numberOfSections method is returning 0

@CyberMew
Copy link
Author

Upon further checking it seems like everything is correct except for the visual starting point of the blob. If it is shifted up, then it's correct.

@michaelnew
Copy link

I get this issue as well. It looks like it's insetting the little refresh indicator by the height of the navigation bar. If I change the navigationBarInset method in ODRefreshControl.m to always return 0 it fixes the problem. My app doesn't target iOS 7, so I can't test on that, but it may come down to a difference between how iOS7 and 8 do layout.

@Sephiroth87
Copy link
Owner

@mikenew12 sorry for the late reply, but would you be able to send me a sample project with the issue? navigationBarInset is supposed to handle the iOS7+ translucent bar which changes the scrollView contentInset, and it should return 0 when that behaviour is disabled...

I haven't been able to replicate this yet, so if you have something it would really help.
Thanks

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

3 participants