我在tableCells中有几个UILabel或者动态设置了collectionViewItems。有些文字是这样的:
有时候是第一个词,而且还有其他一些词
输出是一个不像这样自动收缩的文本:
Line 1 : Sometimesfirstwordverylo
Line 2 : ng and some other words
虽然我希望自动收缩的大小如下:
Line 1 : Sometimesfirstwordverylong
Line 2 : and some other words
我的设置:
constraints : leading, trailing, bottom, top
numberOfLines = 2
lineBreak = Truncate tail
Autoshrink = MinimumFontSize: 7
我尝试了许多其他设置但没有成功。
我也试过这个post的解决方案而没有任何运气。