I am trying to get OHAttributedLabel to automatically scale down the font according to the defined width of my OHAttributedLabel frame. I am looking for a method similar to
myLabel.adjustsFontSizeToFitWidth = YES;
Any suggestions?
I am trying to get OHAttributedLabel to automatically scale down the font according to the defined width of my OHAttributedLabel frame. I am looking for a method similar to
myLabel.adjustsFontSizeToFitWidth = YES;
Any suggestions?