-
Notifications
You must be signed in to change notification settings - Fork 397
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
Blank fold #65
Comments
I'm also seeing this behavior. My right view (a MKMapView) is blank or all white on the first unfold animation, then all subsequent folds work as expected. The content loads fine after the unfolding, its just the first unfold animation is not getting the screenshot the first time. This only happens on my right view controller. I'm using the latest branch with a PaperFoldNavigationController setup. |
I had a problem that sounds like it matches this, but fixed it. I think it was related to calling: [paperFoldview addSubView:] instead of: [paperFoldView setLeftContentView] (hope this helps, apologies if it does not) |
Appreciate the suggestion but I don't think that would apply in my case. Here is how I initialize the PaperFold view:
|
In my right folding view, there should be a screenshot of what's in the view on load if I understand that correctly? When sliding to open, initial opening is blank but the items in the view appear and the screenshot is apparent after all folds. How can I fix this?
The text was updated successfully, but these errors were encountered: