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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
If the stack view contains a UILabel with AdjustsFontSizeToFitWidth=true and MinimumScaleFactor=.5, and the text of the label is larger than the display area, it is scaled by iOS in both directions. But the StackView does not refresh the new height of the label (as it has been scaled in both axis) and so does not place it correctly.
The text was updated successfully, but these errors were encountered:
If the stack view contains a UILabel with AdjustsFontSizeToFitWidth=true and MinimumScaleFactor=.5, and the text of the label is larger than the display area, it is scaled by iOS in both directions. But the StackView does not refresh the new height of the label (as it has been scaled in both axis) and so does not place it correctly.
The text was updated successfully, but these errors were encountered: