UILabelmay have more than one line of text. You just need to install the following:
label.lineBreakMode = UILineBreakModeWordWrap;
label.numberOfLines = 0; // 0 = unlimited number of lines, set to another number to have that as maximum
, , label.adjustsFontSizeToFitWidth = YES;, , .