0
votes

I have multiline UILabel numberOfLines = 0 with minimumScaleFactor = 0.75. But for multiline UILabel with big height and small width, for long words minimumScaleFactor don't work....It only takes the last letters of the word and put to a new line (even if letter is only one), but does not compress it. How I make compress text for minimumScaleFactor if I have word longer than row? see exsample

1

1 Answers

1
votes

I think Line Break is the issue here, Look this images

enter image description here

if you change the Line break to Truncate Tail then it will work, check this image

enter image description here