Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

I found a problem when the stackView contains UIlabel with AdjustsFontSizeToFitWidth=true #3

Open
softlion opened this issue Jul 27, 2016 · 2 comments

Comments

@softlion
Copy link

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.

@Cheesebaron
Copy link
Owner

Does this also happen with UIStackView? Will investigate during the week, thanks for the report

@softlion
Copy link
Author

softlion commented Aug 7, 2016

The problem is more with uilabel multi line inside a table cell, I suppose your code does work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants