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

the iOS 7 support code fix is not working with navigation bar. please fix again. #7

Open
iebox opened this issue Nov 3, 2013 · 3 comments

Comments

@iebox
Copy link

iebox commented Nov 3, 2013

We got the iOS 7 version of our Spiral Pull, however, it's not working.

the location is still wrong.

@kronik
Copy link
Owner

kronik commented Nov 6, 2013

What exactly doesn't work? Could you send me your sources?

@iosware
Copy link

iosware commented Jan 30, 2014

I guess problem is that Spiral Pull is shown under navigation bar in iOS 7.

To solve it - you need to uncheck "Extend edges Under Top Bar" for your UIVIewController in your xib or storyboard.

@Airfly
Copy link

Airfly commented May 28, 2014

[self.scrollView setContentOffset:CGPointMake(self.scrollView.contentOffset.x, 0) animated:YES]; //in onAnimationTimer()

if your view controller has navigation bar & in iOS 7, when tableview is 100% size of the view controller's frame, need to replace 0 to -64.

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

4 participants