Is there any way to have a label wordwrap text as needed? I have the line breaks set to word wrap and the label is tall enough for two lines, but it appears that it will on
UILabel has a property lineBreakMode that you can set as per your requirement.
UILabel