Enrico Susatyo
Enrico Susatyo

Reputation: 19790

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

Upvotes: 7

Views: 3749

Answers (1)

Prasad
Prasad

Reputation: 6034

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.

Upvotes: 1

Related Questions