-
Notifications
You must be signed in to change notification settings - Fork 91
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
scrollVerticallyToOffset doesn't work #4
Comments
I think i found the issue, when we call it will trigger the view controller to call - (void)viewWillLayoutSubviews again. And in your example, you have Maybe we want to put [_glassScrollView setTopLayoutGuideLength:[self.topLayoutGuide length]]; |
Thanks for reporting a bug. I don't quite understand the problem. Is that in my example? If not, would you mind provide a snippet of what you had? I am uploading a newer version of this with better example. It might fix the bug but let me know. Thanks! |
Hi it's not in your example, but i found in the header file, there is a method call
I was trying to use that method |
To my knowledge, calling |
Hello,
I was recently using your scroll view, i like it very much, but there is one thing i would like to know that scrollVerticallyToOffset seems like not working.
And i was also tried to use something like
[_glassScrollView.foregroundScrollView setContentOffset:CGPointMake(0, 200) animated:YES];
doesn't work either, would you mind take a look at it, i don't know if that's a bug or not.
Thanks,
YinBot
The text was updated successfully, but these errors were encountered: