-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
Parent view controller 'cling' to child view controller while dragging #308
Comments
Hmmm, it looks an AutoLayout problem between the parent view controller and the child view controller(FloatingPanelController)'s views. |
What can I do to fix this problem? I've tried layoutIfNeeded() and many other methods related to Auto Layout but nothing works. |
@fedorpashin I need more information about issue. Is it easy to reproduce in the Samples.app? |
Yep, here it is: Samples.zip. |
The same problem with addPanel method. |
Thank you, @fedorpashin. I will investigate it this weekend. |
@fedorpashin I acknowledged this problem. It's absolutely an unexpected behavior. Thank you for your cooperation, again. I will try to fix it. |
@fedorpashin Hi, I confirm this issue is fixed on |
@scenee Hi, it seems to work well, thank you for resolving this problem! Now waiting for a new pod version :) |
Glad to hear that 😄! So I closed this issue. And now I've released v.1.7.3! Please try it 👍 [Edited] |
I add a child view controller using this approach, but in most cases (not all the time) when I'm dragging the child view controller, a parent view controller moves too as if they were connected.
The text was updated successfully, but these errors were encountered: