newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;
原文地址:https://www.cnblogs.com/willbin/p/10107135.html
时间: 2024-10-24 23:50:13
newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;
原文地址:https://www.cnblogs.com/willbin/p/10107135.html