newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;
2024-01-13 16:30:16
newLabel.lineBreakMode = NSLineBreakByCharWrapping;
newLabel.text = content;
newLabel.adjustsFontSizeToFitWidth=YES;
newLabel.minimumScaleFactor = 10.0/14.0;