No method for setBaselineFunc on iOS #961

Closed
opened 2020-01-13 06:06:52 -08:00 by starFelix · 1 comment
starFelix commented 2020-01-13 06:06:52 -08:00 (Migrated from github.com)

Report

Issues and Steps to Reproduce

On iOS, we use flexlayout by YGLayout . If I want to align items by baseline, I found it didn't work. After searching the code of Yoga, I found that I should provide baselineFunc.
But there isn't any method for me to set baselinefunc, I can't get the node of view either.

Expected Behavior

Providing a method to set baselineFunc.

Link to Code

https://github.com/facebook/yoga/blob/master/YogaKit/Source/YGLayout.h

# Report - [x] I have searched [existing issues](https://github.com/facebook/yoga/issues) and this is not a duplicate # Issues and Steps to Reproduce On iOS, we use flexlayout by `YGLayout` . If I want to align items by `baseline`, I found it didn't work. After searching the code of `Yoga`, I found that I should provide `baselineFunc`. But there isn't any method for me to set `baselinefunc`, I can't get the node of view either. # Expected Behavior Providing a method to set `baselineFunc`. # Link to Code https://github.com/facebook/yoga/blob/master/YogaKit/Source/YGLayout.h
NickGerleman commented 2023-06-13 08:07:55 -07:00 (Migrated from github.com)

We are deprecating YogaKit as part of the Yoga 2.0 release. We are still going to release a new revision based on the current state of the repo, but won't be accepting new contributions, since we are going to be removing it from the repo after.

We are deprecating YogaKit as part of the Yoga 2.0 release. We are still going to release a new revision based on the current state of the repo, but won't be accepting new contributions, since we are going to be removing it from the repo after.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#961
No description provided.