Yeah, there\'s this cool myLabel.adjustsFontSizeToFitWidth = YES; property. But as soon as the label has two lines or more, it won\'t resize the text to anythin
myLabel.adjustsFontSizeToFitWidth = YES;
Also set myLabel.numberOfLines = 10 or to whatever the max number of lines you want.
myLabel.numberOfLines = 10