-
Notifications
You must be signed in to change notification settings - Fork 229
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 baseline item support! #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job and thanks for the sample 👌
Any idea why Travis-CI didn't report the status @rantingmong? |
That I am not aware of, maybe because I'm pull requesting from a fork I made? Or the branch is not master? |
One last thing that I missed @rantingmong , it would be great if you could update this section of the documentation https://github.com/layoutBox/FlexLayout#alignitems. Don't bother with the image if you want. Thanks! |
Sure! |
Add
baseline
alignItem
support forUILabel
,UITextField
, andUITextView
.For now baseline support is only for the first baseline. Last baseline needs a change into Yoga itself.
Modifications are mostly in YogaKit's YGLayout.