-
-
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 support for ContentSizeFitter #24
Comments
+1, can't use this asset for this reason |
Found a workaround: you can calculate content size programmatically. For example, for vertical layout it will be look like this:
|
Hey @asger60, thanks for the report. I agree that this should be added, it's super useful for text and image to be laied out according to their content size. In the Yoga part of things, I think we need to hook measure functions for this to work properly. |
As the title says, I think it would be very useful if we could have support ContentSizeFitter.
The text was updated successfully, but these errors were encountered: