-
Notifications
You must be signed in to change notification settings - Fork 346
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
Version 1.8.4 introduced a breaking of layout for iPhones with SafeArea #125
Comments
|
@kevin0571 Thanks for the quick fix! Appreciate it :) |
Hi @kevin0571 And I updated the pod, but |
@Ariandr I think I failed to push it without realizing it. I've re-published 1.8.6 to fix it. |
@kevin0571 Thanks for quick response and fix! |
I believe it's connected to the fix #102
It broke my layout, because now the root controller doesn't stick to the bottom and it creates a gap within the safe area. I believe it shouldn't be like that and it should be our job to control the layout of the root controller, because now it seems we can't stick it back to the bottom of the screen.
I also think it might have broken the behavior of many apps, so, please consider to revert it or provide a way to stick it to the bottom. If you know the way to do that by just using some properties, please let me know.
Thanks for the great library! Hope you can help me.
The text was updated successfully, but these errors were encountered: