-
Notifications
You must be signed in to change notification settings - Fork 421
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
Wrong x offset for view controller #575
Comments
I found the solution to this problem:
@rechsteiner
I wonder if this should have been an override for this function?
This would solve the problem we're having on iPads when rotating the device, the underlying scrollView's content width should be updated. |
yeah thank you, the other method actually is never called |
Ahh yes, that definitely looks like a mistake. Will get that fixed soon! |
I've fixed some issues with rotation when using the SwiftUI wrapper in #596. Could you target the master branch and see if that fixes your issues? |
@rechsteiner P.S: You might want to remove the print statement on line 171 |
A new version is out now that fixes this |
I have an issue then i rotate screen the x offset calculates with mistake and view controller from the next page appears on the second half of the first page.
My paging view controller embedded in a navigation controller. That navigation controller added as a child view controller to other view controller that also embedded in navigation view controller.
If I have only one navigation controller everything works good.
The text was updated successfully, but these errors were encountered: