-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add a handler for converting view frame to other coordinate systems #65
Comments
Hello @sedyh 👋, thanks for the great suggestion! Yeah, I like the idea and it seems really awesome. Would you happen to have the implementation idea already? If that's the case, I really appreciate if you would kindly spare a moment to create a PR for it.
|
Well, I have some sort of FrameHandler but it's not finished yet, I'll probably make a PR later. |
Oh that's really great, thanks a lot!
Yeah, I think that's possible. Right now, it only calculates the size of the children's view during layout. |
Hello. Just tried to use furex for my project and it seems great, but since I can zoom the camera closer, I need to adjust the position of the root view and the sizes of all child views to be able to scale according to this number with the layout rearranged during zoom. Is it possible to add some FrameHandler / UIScale *float64 / WorldToScreenConverter to do this automatically?
Right now I'm updating them manually via Left/Top/Width/Height + Layout().
The text was updated successfully, but these errors were encountered: