adjustsFontSizeToFitWidth 与 NSLineBreakByCharWrapping 无法共用

 

    newLabel.lineBreakMode = NSLineBreakByCharWrapping;

    newLabel.text = content;

 

    newLabel.adjustsFontSizeToFitWidth=YES;

    newLabel.minimumScaleFactor = 10.0/14.0;

    

原文地址:https://www.cnblogs.com/willbin/p/10107135.html