Skip to content
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

The modal view messes with the views of other view controllers upon dismissing #72

Open
genaks opened this issue Dec 19, 2016 · 1 comment

Comments

@genaks
Copy link

genaks commented Dec 19, 2016

My view controller presenting the modal view controller has the top element with a top spacing of 20. After dismissing the modal view using the drag down gesture, the top spacing seems to be gone. And it looks to be gone not only for the base view controller in that tab (I am also using a tab bar controller), but it's also gone for other view controllers in the tab bar controller. Let me know if you want screenshots.

@MrMatthewDavis
Copy link

MrMatthewDavis commented Jan 20, 2017

Something similar is happening to me, my tab bar (from my UITabBarController) is getting shifted like 100 pts up the screen from the bottom.

EDIT: when I change the behindViewScale to 1.0 it no longer happens, so it looks like there's an issue when transforming the presenting viewcontroller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants