Skip to content

Instantly share code, notes, and snippets.

@ritesh-fueled
Created May 26, 2014 07:45
Show Gist options
  • Save ritesh-fueled/d217785bafbcd2b49f6e to your computer and use it in GitHub Desktop.
Save ritesh-fueled/d217785bafbcd2b49f6e to your computer and use it in GitHub Desktop.
Adjust text font size to adjust into single line
[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