newLabel.lineBreakMode = NSLineBreakByCharWrapping;

newLabel.text = content;

newLabel.adjustsFontSizeToFitWidth=YES;

newLabel.minimumScaleFactor = 10.0/14.0;

05-08 07:55