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.
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.