Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set UILabel's letter spacing from Storyboard/Xib?

I know there are ways to adjust letter spacing if I have reference to the UILabel, but is there a way to do it from Storyboard?

I don't see the option from here:

enter image description here

like image 757
Enrico Susatyo Avatar asked Aug 27 '14 11:08

Enrico Susatyo


1 Answers

enter image description here

There is one more option of Minimum Font Scale which will reduce based on percentage what you enter. In addition to it, it will reduce only if the text is exceeding the size of the frame of label. Tighten Letter Spacing will reduce the space between characters if necessary.

like image 107
Prasad Avatar answered Sep 25 '22 00:09

Prasad