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
0
votes

