You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some UILabels with fixed texts in row layout, I do justifyContent = .center, overall width of all labels is smaller than width of container
Expected Behavior
I just want to put all labels in row
Actual Behavior
sometimes one or more labels got ellipsize text shrinking after applyLayout.
I've done some research and found, that intrinsicContentSize of shrinked label is (193.333333333333, 17.6666666666667), but after applyLayout it rounds UILabel width to 193.0 - that causes text shrinking.
Link to Code
Code example is hard to provide as it depends on Device, Font parameters, Text and so on.
The text was updated successfully, but these errors were encountered:
Report
Issues and Steps to Reproduce
I have some UILabels with fixed texts in row layout, I do justifyContent = .center, overall width of all labels is smaller than width of container
Expected Behavior
I just want to put all labels in row
Actual Behavior
sometimes one or more labels got ellipsize text shrinking after applyLayout.
I've done some research and found, that intrinsicContentSize of shrinked label is (193.333333333333, 17.6666666666667), but after applyLayout it rounds UILabel width to 193.0 - that causes text shrinking.
Link to Code
Code example is hard to provide as it depends on Device, Font parameters, Text and so on.
The text was updated successfully, but these errors were encountered: