Is it possible to use the autoshrink property in conjunction on multiple lines on a UILabel? for example, the large text size possible on 2 available lines.
Is it possible to use the autoshrink property in conjunction on multiple lines on
Share
These people found a solution:
http://www.11pixel.com/blog/28/resize-multi-line-text-to-fit-uilabel-on-iphone/
Their solution is as follows:
In order to get this working, a IBOutlet must be assigned in the interface builder to the UILabel.
“IBOutlet UILabel *msg;”
All the merit is of the people at 11pixel.