-
Notifications
You must be signed in to change notification settings - Fork 60
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
Embed ISHPullUpViewController in container #58
Comments
It appears that the containing view itself also does not resize properly as the bottom copyright label is not visible. Can you verify that the containing view resizes properly without the PullUp child VC. Also: you may want to set clipsToBounds to yes on the containing view as the pullup extends beyond its bounds. |
Without the PullUp viewcontroller, the main view resizes properly. I really think there is an issue with orientation change. |
Hi @iSalah can you provide a minimal example project to help us reproduce this issue more quickly? |
Hi @felixLam You can try to rotate the device, then you can't rotate back (nothing happens). Thank you |
Hi,
I've downloaded the sample project and tried to integrate the ISHPullUpViewController in a container view with an embed segue.
When I rotate the device, the layout doesn't follow container bounds.
How can I fix this ?
Screenshots below:
Storyboard:
Portrait:
Landscape:
Thank you,
The text was updated successfully, but these errors were encountered: