-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ASPagerNode + GLKViewController (GLKit) #53
Comments
Hi, a brief debugging session shows that it's not safe to clear contents of an
Sorry for the hassle and good luck with the release! Feel free to drop a line into our Slack/appnouncement channel when you pull the trigger :) |
@nguyenhuy PR created: #54
Damn! :D |
haha, good call on grabbing the layer class instead! |
I also updated sample app to anyone can be sure that the fix is working well: |
Congratulations, comrades! We're now not ASDK, but Texture =)
So, I've found a problem with implementing such a simple functionality like PageController with GLKViewControllers inside.
Just try the sample below, and you will find that classic UIPageViewController with some GLKViewControllers works well, but ASPagerNode - nope:
https://github.com/stephenkopylov/TextureOpenGLTest
The problem starts when you try to scroll pages back from last - in some cases it just stops render OGL part, in some others - starts to freeze as hell.
Thank you and hope we'll find the root of problem (my app's release is on the next week and this is the last major issue that I have).
The text was updated successfully, but these errors were encountered: