uchicago-mobi / 2015-Winter-Forum

8 stars 1 forks source link

UILabel font sizing... #200

Closed johnnypaper closed 9 years ago

johnnypaper commented 9 years ago

Don't know but I found this key and hopefully it helps someone else:

yourLabel.adjustsFontSizeToFitWidth = YES;

Automatic font sizing if you aren't using autoLayout, or if you are I'm sure there is a checkbox for it or something GUIish.

Ding!

tabinks commented 9 years ago

There is also a % you can set to make sure that the font never falls below a range.

JRam13 commented 9 years ago

^ This