newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;
本文共 209 字,大约阅读时间需要 1 分钟。
newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;
转载于:https://www.cnblogs.com/willbin/p/10107135.html