If a UILabel contains too much text, how can I setup my label so that it shrinks font-sizes?
Here is how I am setting up my UILabel:
descriptionLabe
Set the adjustsFontSizeToFitWidth property to YES.