-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
Poptip and subviews hierarchy #138
Comments
The poptip is just a basic UIView in the end, it's added as a subview of the |
Just figured it out. My question is why it is not using global coordinates and |
I wanted it to behave like a common UIView, but I see your point. It might be worth having another overload for the |
Do you have any additional info about snapping this kind of UIView? I mean I'm adding it on top of everything, however I would like to preserve position change e.x when keyboard slides out to move pop with the whole view. Right now it is kind of broken and I'm not very used to work with this kind of transitions and changes. Any hints? |
Everything seems to be fine until you try to show tip over view that is in more complex view hierarchy.
Is it possible to ommit
in:
parameter and display it on top of view hierarchy but snapped to target using absolute coordinates?The text was updated successfully, but these errors were encountered: