-
Notifications
You must be signed in to change notification settings - Fork 140
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
Bottom elements don't move when closing #42
Comments
Temporarily fixed by removing bottom constraints. |
I saw the video and I don't really understand what's going on. |
Not quite. The yellow view is inside PullUpController and, obviously, it shouldn't behave as it does. Here is this project. Please, take a look. |
Ok, I've found a solution. Instead of I need to check if this change causes some regression, if not, I'll commit the change. |
@MarioIannotta I found a bug with this solution. Now animation causes PullUp to jump from the bottom and show some free space there. We've already experienced this problem before, if you remember. UPD: This is second video on here: #33 (comment) |
@MarioIannotta the question is why do you use 3 constraints to specify a vertical position on the screen while 2 of them is enough - bottom and height for example? |
If you add some component in the bottom with constraints not being set to top (for example bottom, sides and constant size) you will get this.
The text was updated successfully, but these errors were encountered: