Created
May 26, 2014 07:45
-
-
Save ritesh-fueled/d217785bafbcd2b49f6e to your computer and use it in GitHub Desktop.
Adjust text font size to adjust into single line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[self.label setNumberOfLines:1]; | |
[self.label setMinimumScaleFactor:0.5]; // 0.5 is the lower threshold limit, you can change it to any value | |
[self.label setAdjustsFontSizeToFitWidth:YES]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment