0

How do I edit the line height (as in the distance btwn the text lines in a multiple line Label or Text View) in the xib? I am looking for something in the xib toolset, but I am starting to believe that it can only be done by specifying it direct in the code.

Stefangus
  • 1
  • 1

1 Answers1

2

There is no parameter for adjusting the line height, but check out Set UILabel line spacing which suggests to subclass UILabel or use a 3rd party library.

Community
  • 1
  • 1
Zerga
  • 305
  • 1
  • 8