Consider I have the following text in a UILabel (a long line of dynamic text):
UILabel
Since the alien army vastly outnumbers the team, players m
You were going in the right direction. All you need to do is:
myUILabel.numberOfLines = 0; myUILabel.text = @"Enter large amount of text here"; [myUILabel sizeToFit];